Get workflow version
Versions
Get workflow version
This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.
Reads one saved version’s full definition.
Use it to see the definition a past run actually executed, which is not always the current one. Each run reports the version it ran as definition_version_id on Get workflow run.
This endpoint is limited to 30 requests per minute.
GET
Get workflow version
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.
ID of the version, as returned in version_id by List workflow versions. It is the SHA-256 hash of the definition, not a Base44 object ID.
Response
The version and its definition.
A single immutable version with its full definition.