cURL
curl --request GET \ --url http://localhost:8080/api/workspaces/{id}/board/column/{column} \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "workspace_id": "<string>", "title": "<string>", "description": "<string>", "status": "<string>", "position": 123, "priority": "p0", "tags": [ "<string>" ], "pr_url": "<string>", "created_at": "<string>", "updated_at": "<string>", "has_merge_conflict": false, "project_id": "<string>", "phase": 123, "blocked": false, "project_name": "<string>", "phase_name": "<string>", "questions": [], "task_runs": [], "latest_run_status": "<string>", "latest_run_error": "<string>", "latest_run_trigger": "<string>", "done_at": "<string>" } ], "total": 123, "has_more": false }
Load more tasks for a specific board column, with board-level enrichment.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
x >= 0
position
title
created_at
priority
asc
desc
Successful Response
Show child attributes