Skip to main content
GET
List Deployments
Every request requires ?beta=true, anthropic-version: 2023-06-01, and anthropic-beta: managed-agents-2026-04-01.

Authorizations

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

OMA workspace API key.

Headers

anthropic-version
string
required
anthropic-beta
string
required

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.

agent_id
string

Filter by agent ID.

status
enum<string>

Filter by status: active or paused. Omit for both. To include archived deployments, use include_archived instead; the two cannot be combined. Lifecycle status of a deployment.

Available options:
active,
paused
created_at[gte]
string<date-time>

Return deployments created at or after this time (inclusive). A timestamp in RFC 3339 format

created_at[lte]
string<date-time>

Return deployments created at or before this time (inclusive). A timestamp in RFC 3339 format

include_archived
boolean

When true, includes archived deployments. Default: false (exclude archived).

Response

Successful response (OK)

Paginated list of deployments.

data
object[]
required

List of deployments.

Example:
next_page
string | null

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

Example:

"page_MjAyNS0wNS0xNFQwMDowMDowMFo="