Get active deployment

View as Markdown
Returns the stored deployment spec for the currently active deployment of the agent.

Authentication

AuthorizationBearer
OAuth 2.0 device flow or platform session token

Path parameters

accountstringRequired

Account name (slug)

namestringRequired
Agent name

Response

Active deployment record with spec
idstring
agent_namestring
build_idstring
namespacestring
statusstring
deployed_atdatetime
undeployed_atdatetime or null
specmap from strings to any

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error