Returns the immutable flow-version history for a flow agent, newest first. Each successful save (POST or PATCH that includes flow_config) writes one row, deduplicated by SHA-256 content hash so re-saving an identical graph is a no-op.
Returns the immutable flow-version history for a flow agent. Each successful save (POST or PATCH that includesDocumentation Index
Fetch the complete documentation index at: https://docs.goyappr.com/llms.txt
Use this file to discover all available pages before exploring further.
flow_config) writes one row, deduplicated by SHA-256 hash so re-saving an identical graph is a no-op rather than a new revision.
Required scope: flows:read.
Use this for:
created_by_email = null)flow_config is not included in the list — fetch the row directly via Supabase if you need the body, or use the dashboard’s Flow Versions panel)next_cursor from the previous response to walk further into history.
| HTTP | Code | When |
|---|---|---|
| 400 | — | cursor is not a valid ISO-8601 timestamp, or limit is outside [1, 100]. |
| 400 | — | Agent in the path is not a flow agent (type is prompt). |
| 404 | — | Agent id does not exist (or is not visible to the calling company). |
Your Yappr API key (e.g. ypr_live_...). Generate one in the dashboard under Settings → API Keys.
x <= 100ISO 8601 timestamp from a prior next_cursor to page back further in time.