Skip to main content
GET
List work

Authorizations

Authorization
string
header
required

OrgX API key, sent as Authorization: Bearer oxk_...

Query Parameters

workspace_id
string<uuid>
required
initiative_id
string<uuid>

Limit the page to one initiative.

status
enum<string>

Limit the page to one lifecycle status.

Available options:
todo,
in_progress,
done,
blocked
updated_since
string<date-time>

Return only work updated at or after this instant.

cursor
string

Opaque cursor returned as meta.nextCursor by the previous page.

limit
integer
default:25

Page size, 1-100. A larger value is rejected rather than reduced.

Required range: 1 <= x <= 100

Response

A page of work items you own in this workspace

data
object[]
required
meta
object
required