Retrieves voice deployment logs for the worker with pagination support. Optionally, logs can be filtered by deploymentId and/or flowId by providing corresponding query parameters.
API key authentication
Filter logs by deployment id
Filter logs by flow id
Filter by call direction
inbound, outbound Filter by caller phone number (partial match)
Filter by called phone number (partial match)
Filter by call status
Filter by external call ID
Filter by Twilio call SID
Search in call transcriptions (case-insensitive)
Filter logs with startTime after this date (ISO 8601 format)
Filter logs with startTime before this date (ISO 8601 format)
Filter logs with endTime after this date (ISO 8601 format)
Filter logs with endTime before this date (ISO 8601 format)
Deprecated - use startTimeAfter instead
Deprecated - use startTimeBefore instead
Field to sort by
startTime, endTime, direction, fromNumber, toNumber, status, externalCallId, createdAt, updatedAt Sort order (ascending or descending)
asc, desc Page number for pagination
x >= 1Number of items per page
1 <= x <= 100