v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0114775543.6 KB
Agent Versioning - Versions

List published versions

Deprecated on the v2 branch model. Migrate to GET /agent/{id}/branches/{branchId}/revisions. When ENABLE_BRANCH_MODEL is on, this endpoint returns 409 versioning_v2_migration_required with the Deprecation: true header. See the migration guide.

| List published versions for an agent with pagination and optional pin filter. The total value currently represents the total number of published versions for the agent, not necessarily the filtered count when isPinned is used.

get/agent/{id}/versions

Path parameters

idstring required

The agent ID.

Query parameters

limitinteger

Number of versions to return (1-100, default 20)

skipinteger

Number of versions to skip (default 0)

isPinnedboolean

Filter by pinned status

Response

Successful response

statusboolean

Example response

{
  "status": true
}