Get invocation logs
Monitoring
Get Invocation Logs
Retrieve logs of all scheduled request executions with filtering and pagination support.
GET
Get invocation logs
Retrieve logs of all scheduled request executions with filtering and pagination support.
Example Request
Response
Query Parameters
- targetUrl: Filter by target URL
- status: Filter by execution status (
scheduled,success,failed,cancelled) - from: Start date for filtering (ISO 8601 format)
- to: End date for filtering (ISO 8601 format)
- limit: Maximum number of logs to return (1-100, default: 50)
- order: Sort order (
asc,desc, default:desc)
Use Cases
- Debugging: Track failed requests and identify issues
- Monitoring: Monitor execution times and success rates
- Analytics: Analyze usage patterns and performance metrics
- Compliance: Maintain audit trails of scheduled executions
Authorizations
API key authentication. Include your API key in the x-api-key header.
Query Parameters
Filter by target URL
Example:
"https://api.example.com/webhook"
Filter by execution status
Available options:
scheduled, success, failed, cancelled Start date for filtering (ISO 8601 format)
Example:
"2024-11-01T00:00:00Z"
End date for filtering (ISO 8601 format)
Example:
"2024-12-01T00:00:00Z"
Maximum number of logs to return (1-100, default: 50)
Required range:
1 <= x <= 100Sort order (default: desc)
Available options:
asc, desc Response
Invocation logs

