Skip to main content
GET
List Requests

Authorizations

Authorization
string
header
required

Bearer token obtained from the /v1/auth endpoint

Query Parameters

dateFrom
string<date>

Optional. Start of the dateCreated window (inclusive), YYYY-MM-DD. Interpreted as UTC midnight. When omitted (and requestBatchId is also omitted), defaults to today in the server's clock.

dateTo
string<date>

Optional. End of the dateCreated window (exclusive), YYYY-MM-DD. Interpreted as UTC midnight. When omitted (and requestBatchId is also omitted), defaults to tomorrow in the server's clock.

requestBatchId
string

Optional. Return every request belonging to this requestBatchId. Bypasses the dateFrom/dateTo defaults. Passing this returns matching requests regardless of when they were created.

Response

List of requests. The list endpoint omits transcript, transcriptPostCall, and recordingDownloadUrl. Fetch GET /v1/requests/{requestId} for those. Every other field on RequestResponse (including state, modality, data_completeness, error) is included when applicable.

requests
object[]