Get Agent
GET
/v1/agents/{agent_id}Retrieve the latest version of an agent, or request a specific historical version.
Path parameters
Unique agent identifier beginning with agent_.
Query parameters
Historical version to retrieve. Omit this field to return the latest version.
Errors
401
authentication_errorThe API key is missing or invalid.
404
not_foundThe agent or requested version does not exist.

