List Workflow Logs
Workflows
List Workflow Logs
Return the trigger history for a workflow, including success / failure status
GET
List Workflow Logs
Request
Path Parameters
Workflow UUID.
Query Parameters
Page number.
Results per page. Maximum 100.
Filter to a specific run status:
success, failed, or skipped.ISO 8601 lower bound on
triggered_at.Headers
Response
Pagination metadata.
X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing read:workflows permission |
| 404 | not_found | Workflow not found |
| 429 | rate_limited | Rate limit exceeded |