Returns a paginated, lightweight list of voice-agent call records for a project. Each row carries only the fields needed for dashboard timelines (id, createdAt, status, agent, duration, channel, phone numbers). Filter by voice agent, one-or-many statuses, and a UTC time range on createdAt.
Timestamps are UTC epoch milliseconds. Convert the user’s local window to UTC on the client before calling.
Documentation Index
Fetch the complete documentation index at: https://docs.tryhamsa.com/llms.txt
Use this file to discover all available pages before exploring further.
Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '
Restrict results to a single voice agent.
"849e77c6-5cb3-479a-a985-7fab630e2c78"
One or many JobStatus values. Repeat the parameter for multiple values (e.g. ?status=COMPLETED&status=FAILED).
PENDING, IN_PROGRESS, COMPLETED, NO_ANSWER, FAILED, FORWARDED, TERMINATED ["COMPLETED", "FAILED"]Inclusive lower bound on createdAt, as UTC epoch milliseconds.
1747699200000
Inclusive upper bound on createdAt, as UTC epoch milliseconds. Must be greater than or equal to startTime when both are provided.
1747785600000
1-indexed page number.
x >= 11
Number of records per page. Hard-capped at 200.
1 <= x <= 200100