List all snapshots for a workflow.
Returns snapshots in reverse chronological order (newest first). Each snapshot represents a published version of the workflow.
List all published snapshots for a workflow, newest first. Each snapshot represents an immutable published version of the workflow graph; the returnedDocumentation Index
Fetch the complete documentation index at: https://docs.retab.com/llms.txt
Use this file to discover all available pages before exploring further.
snapshot_id is the entry point for retrieving the published block
and edge snapshots that compose that version.
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 50, max 100) to bound the page size.
Maximum number of snapshots to return
1 <= x <= 100Successful Response
Unique ID grouping all entity snapshots
Source workflow ID
Auto-incrementing version number
Optional description of this version
Number of blocks in this snapshot
Number of edges in this snapshot
ID of user/application that published this version
Publisher email when available
Publisher display name when available