Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Path Parameters

agent_id
string
required

ID of the agent the version belongs to.

version_id
string
required

ID of the version to retrieve, from GET /agents/{agent_id}/versions.

Response

The requested agent version.

version
object
changes
object | null

Structured diff against the preceding version. null for the agent's first version.