Skip to main content
GET
List Agent Versions
Every request requires ?beta=true.

Authorizations

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

OMA workspace API key.

Headers

anthropic-version
string

The OMA API compatibility version to use.

anthropic-beta
string

Beta header that enables the Managed Agents API contract.

Path Parameters

agent_id
string
required

Path parameter agent_id

Query Parameters

beta
enum<boolean>
required

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

Available options:
true
limit
integer<int32>

Maximum results per page. Default 20, maximum 100.

page
string

Opaque pagination cursor.

Response

Successful response (OK)

Paginated list of agent versions.

data
object[]
required

Agent versions.

next_page
string | null

Opaque cursor for the next page. Null when no more results.