Get agent
Authorizations
Workspace API key issued from the web app. Pass as
Authorization: Bearer YOUR_API_KEY.
Path Parameters
UUID of the agent.
Response
Agent details.
Full agent representation.
ID of this specific version of the agent.
Stable identifier across all versions of this agent. Use this when you need to refer to "the agent" as a logical entity rather than a specific version.
Sequential version number (1, 2, 3 …) within this agent group.
Lifecycle status of an agent version.
draft— work-in-progress, not yet runnable for end userspublished— live, runnablearchived— superseded by a newer version
draft, published, archived Full agent configuration object. Free-form JSON — common keys include
system_prompt, tools, states, milestones, model. Treat unknown
keys as opaque.
Whether this agent can be run. Inactive agents reject runs with 403.