Agent Versioning - Versions
List published versions
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
Example:60d0fe4f5311236168a109ca
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
}