Skip to main content
GET
List Work Items
Every request requires ?beta=true.

Authorizations

X-Api-Key
string
header
default:sk-ant-local-default
required

OMA workspace API key.

Headers

anthropic-beta
string

Optional header to specify the beta version(s) you want to use.

To use multiple betas, use a comma separated list like beta1,beta2 or specify the header multiple times for each beta.

anthropic-version
string

The version of the OMA API you want to use.

Read more about versioning and our version history here.

authorization
string | null

Path Parameters

environment_id
string
required

Query Parameters

beta
enum<boolean>
required

Selects the beta API contract for this endpoint. Must be true.

Available options:
true
limit
integer
default:20

Maximum number of work items to return

Required range: 1 <= x <= 1000
page
string | null

Opaque cursor from previous response for pagination

Response

Successful Response

Response when listing work items with cursor-based pagination.

data
SelfHostedWork · object[]
required

List of work items

next_page
string | null
required

Opaque cursor for fetching the next page of results