Retrieve logs of all scheduled request executions with filtering and pagination support.
scheduled
, success
, failed
, cancelled
)asc
, desc
, default: desc
)API key authentication. Include your API key in the x-api-key header.
Filter by target URL
"https://api.example.com/webhook"
Filter by execution status
scheduled
, success
, failed
, cancelled
Start date for filtering (ISO 8601 format)
"2024-11-01T00:00:00Z"
End date for filtering (ISO 8601 format)
"2024-12-01T00:00:00Z"
Maximum number of logs to return (1-100, default: 50)
1 <= x <= 100
Sort order (default: desc)
asc
, desc
Invocation logs
The response is of type object
.