List all step documents for a workflow run.
Retrieve the persisted step list for a workflow run. Use this when you want the complete set of step documents for a run, including statuses, handle inputs/outputs, and loop metadata.Documentation Index
Fetch the complete documentation index at: https://docs.retab.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Logical ID of the block (e.g., 'extract-123')
Full step ID with iteration context (e.g., 'mr1_iter_0_extract-123'). Assigned once at creation, never recomputed.
Type of the block
start, start_json, end, note, parse, edit, extract, split, classifier, conditional, hil, api_call, formula, function, while_loop, for_each, merge_pdf, merge_dicts, while_loop_sentinel_start, while_loop_sentinel_end, for_each_sentinel_start, for_each_sentinel_end Label of the block
Current status
pending, queued, running, completed, skipped, error, waiting_for_human, cancelled Parent workflow run ID
Organization that owns this
When the step started
When the step completed
Duration in milliseconds
Error message if failed
Which execution stage failed
input_collection, registry_lookup, document_fetch, execution, output_storage, routing, history_payload Category of error for retry decisions
transient, permanent, quota Detailed error information for debugging.
Captures stack traces and context about where and why an error occurred.
LLM model used (e.g., 'gpt-5.4')
Cost breakdown for this step
Token usage for this step
Nested execution trace spans
Output data from the step
Output payloads keyed by handle ID (e.g., 'output-file-0', 'output-json-0', 'output-file-SubdocumentName')
Input payloads keyed by handle ID (e.g., 'input-file-0', 'input-json-0'). Captures what this block received.
Canonical persisted resource produced by this step, if any
Whether this step requires human review
When human review was completed
Whether human approved or rejected
Number of retry attempts for this step execution
ID of the containing while_loop (if inside a loop)
Iteration number (0-based) if inside a loop
Structured container hierarchy for this step
When the step document was created
When the step document was last updated