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-IdstringRequired
Account whose call logs to return.

Query parameters

organizationIdstringOptional
Only logs from workspaces in this organization.
workspaceIdstringOptional
Only logs from this workspace.
afterstringOptional

Beginning of the time range, inclusive. Use an ISO 8601 datetime or YYYY-MM-DD (start of UTC day).

beforestringOptional

End of the time range, inclusive. Use an ISO 8601 datetime or YYYY-MM-DD (end of UTC day).

limitintegerOptional

Maximum logs to return. Default 50; maximum 500.

offsetintegerOptional
Number of logs to skip. Default 0.

Response

One page of call logs, newest first.
limitinteger
The page size used for this response.
offsetinteger
The number of rows skipped before this page.
totalinteger
Total rows matching the filters, across all pages.
callLogslist of objects
The call log rows, newest first. Empty when nothing matches the filters.

Errors

400
Bad Request Error
403
Forbidden Error
500
Internal Server Error