Dereference a workflow step artifact ref into its persisted record. Workflow steps returnDocumentation Index
Fetch the complete documentation index at: https://docs.retab.com/llms.txt
Use this file to discover all available pages before exploring further.
artifact as a small { operation, id } pointer. This
endpoint follows that pointer and returns the backing record flattened with
operation and id at the top level.
Use this when you need details that do not belong in the generic step payload:
HIL condition evaluations, conditional branch matches, function output,
API-call attempts, while-loop termination data, or the full primitive result
for extract/split/classify/parse/edit/partition blocks.
| operation | typical producer | useful fields |
|---|---|---|
extraction | extract | extracted output, consensus choices, likelihoods |
split | split | split groups and output documents |
classification | classifier | selected class and consensus details |
parse | parse | parsed pages/content |
edit | edit | edited document result |
partition | for_each_sentinel_start | partitioned loop inputs |
conditional_evaluation | conditional | evaluations, selected_handles, matched_condition_ids |
hil_evaluation | hil | evaluation details plus human-review state |
while_loop_termination | while_loop | termination_reason and final evaluations |
api_call_invocation | api_call | retry attempts, response data, final error |
function_invocation | function | function inputs, output, duration_ms, final error |
extraction, split, classification, parse, edit, partition, conditional_evaluation, hil_evaluation, while_loop_termination, api_call_invocation, function_invocation Successful Response
The response is of type Response Get Workflow Artifact V1 Workflows Artifacts Operation Artifact Id Get · object.