Skip to main content
GET
Get a specific revision of an agent

Authorizations

Authorization
string
header
required

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

Path Parameters

name
string
required

The agent's name.

revision
string
required

The agent revision to fetch.

Response

OK

One revision of an agent, with its full configuration.

revision
string
required

Identifier of this agent revision.

created_at
string<date-time>
required

When this revision first ran.

config
object
required

The agent configuration for a run: the model, tools, instructions, and MCP servers that define its behavior. Runs with the same configuration share a revision.