Skip to content

Get Agent

GET/v1/agents/{agent_id}

Retrieve the latest version of an agent, or request a specific historical version.

Path parameters

stringagent_idrequired

Unique agent identifier beginning with agent_.

Query parameters

Optional<integer>version

Historical version to retrieve. Omit this field to return the latest version.

Errors

401authentication_error

The API key is missing or invalid.

404not_found

The agent or requested version does not exist.