[beta] Stream voice agent session summaries

Returns a paginated stream of voice agent session summaries, filterable by start time, agent, vehicle, driver, and status. Sessions are returned ordered by happenedAtTime descending (most recent first). Use this endpoint to discover sessions; pass the returned IDs to GET /agent-studio/voice-sessions to fetch full session details.

Rate limit: 100 requests/min (learn more about rate limits here).

To use this endpoint, select Read Agent Studio Voice Sessions under the Closed Beta category when creating or editing an API token. Learn More.

Submit Feedback: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Lower bound on session start time, in RFC 3339 format. Millisecond precision and timezones are supported. (Examples: 2026-05-19T14:23:11Z, 2026-05-19T14:23:11.455Z, OR 2026-05-19T10:23:11-04:00).

string

Upper bound on session start time, in RFC 3339 format. Defaults to the current time when omitted. Millisecond precision and timezones are supported.

agentIds
array of strings
required

Required, comma-separated list of Agent Studio agent IDs to filter sessions on. Up to 100 agent IDs per call.

agentIds*
vehicleIds
array of strings

Optional, comma-separated list of vehicle IDs. When set, only sessions whose target device was associated with one of these vehicles are returned. Up to 100 vehicle IDs per call.

vehicleIds
driverIds
array of strings

Optional, comma-separated list of driver IDs. When set, only sessions whose target device was associated with one of these drivers are returned. Up to 100 driver IDs per call.

driverIds
sessionStatus
array of strings

Optional, comma-separated list of session statuses to filter on. Valid values: completed, running, failed, unknown. Defaults to completed when omitted.

sessionStatus
string

If specified, this should be the endCursor value from the previous page of results. When present, this request will return the next page of results that occur immediately after the previous page of results.

integer
1 to 100
Defaults to 50

Maximum number of sessions to return. Default 50, max 100.

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json