Skip to main content
GET
Pull a configuration bundle

Authorizations

Authorization
string
header
required

Access token from POST /management/v1/auth/token (publishable-key exchange) or a login session. Publishable-key tokens are agent-scoped and serve the messaging surface; login tokens also serve management.

Path Parameters

agentId
string
required
Pattern: ^[0-9a-fA-F]{24}$
versionId
string
required
Pattern: ^[0-9a-fA-F]{24}$

Query Parameters

version_tag
string | null

Revision tag (e.g. 'v3.2'). Omit for the version's current tag.

Response

Successful Response

A version's configuration bundle.

agent_id
string
required
Pattern: ^[0-9a-fA-F]{24}$
version_id
string
required
Pattern: ^[0-9a-fA-F]{24}$
version_tag
string
required
bundle
Bundle · object
required

Parsed agent configuration bundle

expires_at
string<date-time>
required

Cache-metadata expiry for this payload

return_type
string | null
default:bundle