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

Documentation Index

Fetch the complete documentation index at: https://docs.output.ai/llms.txt

Use this file to discover all available pages before exploring further.

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
runId
string
required

The specific run id this trace belongs to

data
object
required

Trace data containing workflow execution details