List call evaluations
Evaluations
List Call Evaluations
Returns evaluation resources for calls in the authenticated organization.
Supports the same pagination and call filters as GET /v1/calls, but each item includes explicit evaluation workflow state and the currently available evaluation payload for that call.
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
Your Voxfra management API key. Passed as a request header.
Format: vox_mgmt_<random>
Query Parameters
Filter by client UUID
ISO 8601 date — return calls on or after this date
ISO 8601 date — return calls on or before this date
Number of results to return (max 200, default 50)
Required range:
1 <= x <= 200Number of results to skip for pagination
Required range:
x >= 0