Get an agent

View as Markdown
Returns one agent: its steps, the actions it may take, their approval gates, and the `version` a new run will snapshot. Read this before starting a run to know which steps will come back to you as human work, and which actions will ask for a sign-off. <Note> An agent's `id` is opaque — treat it as a string and do not parse it. </Note> **Learn more:** [Agents guide](https://docs.cloudraker.com/capabilities/agents)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired>=1 character

Response

The agent.
object"agent"
idstring
namestring
descriptionstring
versiondouble
taskslist of objects
actionslist of objects
updatedAtstring

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error