API referencePipeline
Get execution logs
Retrieve detailed execution logs for a specific execution
AuthorizationBearer <token>
JWT token for authentication
In: header
Path Parameters
id*string
Execution/Pipeline UUID
Format
uuidQuery Parameters
level?string
Filter by log level
Value in
- "debug"
- "info"
- "warning"
- "error"
node_id?string
Filter by node ID
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/executions/497f6eca-6276-4993-bfeb-53cbbbba6f08/logs"{ "success": true, "data": [ { "timestamp": "2019-08-24T14:15:22Z", "level": "debug", "message": "string", "node_id": "string", "context": {} } ], "message": "string"}Get execution status GET
Retrieve the current status and details of a specific execution. This is an alias for the pipeline detail endpoint.
Get pipeline execution details GET
Retrieve detailed information about a pipeline execution including: - Overall pipeline status - Individual job statuses for each node - Node execution information (execution count, duration, errors) - Job status summary