List versions
Every version of an agent, newest first.
?limit= up to 100, and ?cursor= with the previous response’s next_cursor for the
next page. See Pagination.is_published rather than by
number range.
Authorizations
Your API key as a Bearer token, e.g. Authorization: Bearer vk_….
Path Parameters
The agent's id, as GET /v1/agents returns it.
Query Parameters
Opaque cursor from a previous response's next_cursor; omit for the first page
Maximum records to return in one page.
1 <= x <= 100Response
Every version, newest first. Drafts and published versions share one number line — split them by is_published.
The rows on this page.
Whether another page exists. false on the last.
Pass back as ?cursor= for the next page; null on the last one. Opaque — do not parse or construct one. A cursor from a differently sorted list is refused with invalid_cursor rather than silently returning page 1.