Workflow Logs
List of valid attributes:
Attribute | Description | Specifics |
---|---|---|
level | The log’s level | one of "error" , "warning" , "info" |
message | The actual log message | String |
timestamp | Timestamp of the moment the message was recorded | String containing an ISO-8601 timestamp |
List
Example response:
{ "data": [ { "id": "14833508-e59c-4177-86db-dda7575ff61e", "type": "workflow_log", "attributes": { ... } }, ... ]}
This endpoint returns all logs of a workflow run.
HTTP Request
GET /api/v1/workflow_runs/:workflow_run_id/logs
URL Parameters
Parameter | Description |
---|---|
workflow_run_id | The ID of the workflow run of which to get the logs |