Endpoint
Authentication
Requires an API key withexecutions:read scope.
Path Parameters
Query Parameters
Response
Pending/Running (200 OK)
Completed (200 OK)
Failed (200 OK)
With Artifacts (200 OK)
When requesting?include=artifacts:
Response Fields
Execution Status Values
Examples
cURL
With Artifacts
TypeScript Polling
Check Status Only
Errors
Polling Best Practices
- Start with longer intervals: Begin with 2-3 second intervals
- Use exponential backoff: If still pending after 30s, increase interval
- Set a maximum timeout: Don’t poll forever (e.g., max 10 minutes)
- Consider webhooks: For production, webhooks are more efficient than polling
Next Steps
Cancel Execution
Cancel a running execution
Webhooks
Use webhooks instead of polling