List recent simulation results for a block in a workflow run.
List recent simulation results for a block in a workflow run, newest first. Each entry is a stored simulation produced by Simulate Block — includes the captured handle inputs, the produced outputs, the optionalDocumentation 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 to
a persisted result, and the draft block config that was used.
Returns the canonical { "data": [...], "list_metadata": { "before": null, "after": null } } pagination envelope shared with all Retab list endpoints. Cursor pagination is not yet implemented for this endpoint — list_metadata is always { before: null, after: null }. Use limit (default 20, max 100) to bound the page size.
1 <= x <= 100Successful Response
Unique simulation ID
Workflow the block belongs to
Run whose inputs were used
ID of the block that was simulated
Type of the block
Whether simulation succeeded
Input payloads keyed by handle ID (file metadata for files, data for json)
Canonical persisted-ref artifact for this simulation (operation + id), if any
Output payloads keyed by handle ID
Active output handles for routing decisions
Error message if simulation failed
Duration of the simulation in milliseconds
Whether the block was skipped due to missing inputs
The draft block config used for this simulation
The step ID that was used for inputs (includes iteration prefix if applicable)
When the block has multiple iterations, lists all available ones