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-ID
Query parameters
status
Filter by call status
call_direction
Filter by call direction (INBOUND | OUTBOUND)
time_period
Time period for call filtering
Allowed values:
start_date
Start date (required when time_period=‘custom’)
end_date
End date (required when time_period=‘custom’)
search
Search by phone number, workflow, or load
page
Page number
page_size
Items per page
order_by
Field to order by
order_desc
Order descending
Response
Successful Response
data
List of items for the current page
pagination
Pagination metadata
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
429
Too Many Requests Error

