List published versions

View as Markdown
List published versions for an agent with pagination and optional pin filter.

Authentication

AuthorizationBearer

API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.

Path parameters

idstringRequired
The agent ID

Query parameters

limitintegerOptional1-100Defaults to 20

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

skipintegerOptional>=0Defaults to 0

Number of versions to skip (default 0)

isPinnedbooleanOptional
Filter by pinned status

Response

Successful response
statusboolean
dataobject

Errors

401
Unauthorized Error
500
Internal Server Error