Skip to main content
GET
/
workflow
/
{id}
/
trace-log
Get workflow trace log data
curl --request GET \
  --url http://localhost:3001/workflow/{id}/trace-log
{
  "source": "remote",
  "data": {
    "workflowId": "<string>",
    "input": {},
    "output": {},
    "steps": [
      {}
    ]
  }
}

Path Parameters

id
string
required

The id of workflow to retrieve trace log

Response

The trace log response

source
enum<string>
required

Indicates trace was fetched from remote storage

Available options:
remote
data
object
required

Trace data containing workflow execution details