List the dereferenced artifact records produced by one workflow run. Use this when an integration needs to inspect all persisted records for a run, or when an MCP tool needs to answer questions such as why a conditional/HIL block selected a specific handle. The endpoint walks the run’s steps, follows eachDocumentation 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 ref, and returns the flattened records.
Filters:
run_id is required.operation limits results to one artifact operation, such as
hil_evaluation or function_invocation.block_id limits results to one producing block or step id.Workflow run ID whose artifacts should be listed
Optional artifact operation filter
extraction, split, classification, parse, edit, partition, conditional_evaluation, hil_evaluation, while_loop_termination, api_call_invocation, function_invocation Optional block_id or step_id filter
Successful Response