Skip to main content
GET
List call evaluations
Use this endpoint for dashboard tables, review queues, and date-range reports that need evaluation workflow state across many calls. Each item includes lightweight call context plus the evaluation state and payload available for that call at read time. If you need one stable record for a single call, use /api-reference/calls/get-evaluations.

Authorizations

X-API-Key
string
header
required

Your Voxfra management API key. Passed as a request header.

Format: vox_mgmt_<random>

Query Parameters

client_id
string<uuid>

Filter by client UUID

start_date
string<date-time>

ISO 8601 date — return calls on or after this date

end_date
string<date-time>

ISO 8601 date — return calls on or before this date

limit
integer
default:50

Number of results to return (max 200, default 50)

Required range: 1 <= x <= 200
offset
integer
default:0

Number of results to skip for pagination

Required range: x >= 0

Response

Paginated list of call evaluations

data
object[]
pagination
object