The analysis library
Every analysis group in your workspace, with its items.
?limit= up to 100, and ?cursor= with the previous response’s next_cursor for the
next page. See Pagination.analysis_group_ids.
Default Analysis is the platform’s own group — Call Summary, User Sentiment, Outcome and
Language. Every new agent is created with it attached, which is why an agent produces a summary
without anyone configuring anything. Its four items cannot be renamed or reshaped; you can detach the
whole group from an agent, and add items of your own.Authorizations
Your API key as a Bearer token, e.g. Authorization: Bearer vk_….
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
The workspace's analysis library, in creation order. Groups are workspace-level — an agent stores only the selection, in analysis_group_ids.
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.