List call logs
Return voice call logs for an account, newest first.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.
Headers
X-Account-Id
Account whose call logs to return.
Query parameters
organizationId
Only logs from workspaces in this organization.
workspaceId
Only logs from this workspace.
after
Beginning of the time range, inclusive. Use an ISO 8601 datetime or YYYY-MM-DD (start of UTC day).
before
End of the time range, inclusive. Use an ISO 8601 datetime or YYYY-MM-DD (end of UTC day).
limit
Maximum logs to return. Default 50; maximum 500.
offset
Number of logs to skip. Default 0.
Response
One page of call logs, newest first.
limit
The page size used for this response.
offset
The number of rows skipped before this page.
total
Total rows matching the filters, across all pages.
callLogs
The call log rows, newest first. Empty when nothing matches the filters.
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error

