List calls in the workspace

Returns historical calls ordered by creation time, newest first. Use agent_id to narrow to a single agent. Pagination is opaque-cursor; pass the previous response’s next_page_token to fetch the next page. Last page returns an empty token.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

agent_idstringOptional
page_sizeintegerOptional
page_tokenstringOptional

Response

Paginated list of calls
callslist of objects
next_page_tokenstring