List work
List the work items you own in a workspace, newest first.
Paging
Pass meta.nextCursor back as cursor to continue. The cursor is opaque and belongs to the
workspace that minted it. limit defaults to 25 and accepts 1-100; a larger value is
rejected so a short page always means a short page.
Concurrency
Fetch a single item with GET /work/{taskId} when you need the concurrency block that
POST /work/{taskId}/complete requires.
Authorizations
OrgX API key, sent as Authorization: Bearer oxk_...
Query Parameters
Limit the page to one initiative.
Limit the page to one lifecycle status.
todo, in_progress, done, blocked Return only work updated at or after this instant.
Opaque cursor returned as meta.nextCursor by the previous page.
Page size, 1-100. A larger value is rejected rather than reduced.
1 <= x <= 100