Skip to content

Workflow Logs

List of valid attributes:

AttributeDescriptionSpecifics
levelThe log’s levelone of "error", "warning", "info"
messageThe actual log messageString
timestampTimestamp of the moment the message was recordedString 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

ParameterDescription
workflow_run_idThe ID of the workflow run of which to get the logs