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
Example response
{
"status": true
}