List calls

List phone calls with pagination, filtering, and search.

Authentication: Supports API key and bearer token authentication.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

X-Organization-IDstring or nullOptional

Query parameters

statusstring or nullOptional
Filter by call status
call_directionstring or nullOptional

Filter by call direction (INBOUND | OUTBOUND)

time_periodenumOptional
Time period for call filtering
Allowed values:
start_datedate or nullOptional

Start date (required when time_period=‘custom’)

end_datedate or nullOptional

End date (required when time_period=‘custom’)

searchstring or nullOptional
Search by phone number, workflow, or load
pageintegerOptional>=1Defaults to 1
Page number
page_sizeintegerOptional1-100Defaults to 20
Items per page
order_bystringOptionalDefaults to created_at
Field to order by
order_descbooleanOptionalDefaults to true
Order descending

Response

Successful Response
datalist of objects
List of items for the current page
paginationobject
Pagination metadata

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
429
Too Many Requests Error