public

List calls

List calls made for leads assigned to a voice agent using cursor pagination.

get/api/v1/public/agents/{agent_id}/calls

Path parameters

agent_idstring required

Query parameters

cursorstring nullable

Opaque cursor returned by the previous page.

Opaque cursor returned by the previous page.

limitinteger nullable

Maximum number of records to return. Omit with cursor to use 50. Omit both cursor and limit for the legacy unpaginated v1 response.

Maximum number of records to return. Omit with cursor to use 50. Omit both cursor and limit for the legacy unpaginated v1 response.

Response

Successful Response

idstring required
leadIdstring required
useCaseIdstring nullable
useCaseNamestring nullable
agentIdstring nullable
agentNamestring nullable
transcriptionstring nullable
summarystring nullable
recordingUrlstring nullable
billDurationinteger nullable
callDurationinteger nullable
startTimestring date-time nullable
endTimestring date-time nullable
callConclusionstring nullable
apiCallbackUrlstring nullable
billedDurationinteger nullable
billableDurationSecondsinteger nullable
billableCostInrnumber nullable
statusstring nullable
callSuccessboolean nullable
callRatingnumber nullable
aiCallRatingnumber nullable
humanCallRatingnumber nullable
callFeedbackstring nullable

Changes

Changed in 3 of the 16 revisions of this API.16

    • added the optional property items/agentId to the response with the 200 status

      response-optional-property-added

    • added the optional property items/agentName to the response with the 200 status

      response-optional-property-added

    • added the optional property items/useCaseId to the response with the 200 status

      response-optional-property-added

    • added the optional property items/useCaseName to the response with the 200 status

      response-optional-property-added

    • added the new optional query request parameter cursor

      new-optional-request-parameter

    • added the new optional query request parameter limit

      new-optional-request-parameter

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response's body type/format changed from / to array/ for status 200

      response-body-type-changed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog