Skip to main content

Get Agent Version

GET 

/v1/agents/:agent_id/versions/:version_id

Retrieve the full configuration and metadata for a specific version of an agent. Use latest as the version_id to get the most recent version.

Status Codes:

  • 200: Agent version retrieved successfully
  • 400: Validation error (invalid parameters)
  • 404: Agent or version not found
  • 500: Internal server error

Request

Responses

Successful Response