List workflow versions
Lists a workflow’s saved versions, newest first.
Every definition change saves a version, so this is the history of what the workflow has run. Read one with Get workflow version.
limit caps at 200 and there is no paging, so a workflow edited more than 200 times returns only its most recent 200 versions with nothing in the response saying so.
This endpoint is limited to 30 requests per minute.
Authorizations
Personal API key.
Path Parameters
ID of the app whose workflows you want to work with.
ID of the workflow, as returned in id by List workflows.
Query Parameters
Most versions to return.
1 <= x <= 200Response
The workflow's versions, newest first.
ID of the version, which is the SHA-256 hash of its definition.
"9f2c1a7b3e5d84f60c1b2a9e7d4f8c3b6a5e2d1f0c9b8a7e6d5c4b3a2f1e0d9c"
ID of the workflow it belongs to.
"68b1c0d4e7b91d003c45a1f2"
Email of whoever saved this version.
"you@example.com"
The note saved with this version, when one was given.
"Send to the ops alias instead"
When the version was saved.
"2026-08-20T16:31:00Z"