Skip to content

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

Example response:

{
"data": [
{
"id": "14833508-e59c-4177-86db-dda7575ff61e",
"type": "workflow_log",
"attributes": {
...
}
},
...
]
}

This endpoint returns all logs of a workflow run.

GET /api/v1/workflow_runs/:workflow_run_id/logs

Parameter Description
workflow_run_id The ID of the workflow run of which to get the logs