Skip to main content
GET
List workflow versions

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app whose workflows you want to work with.

workflow_id
string
required

ID of the workflow, as returned in id by List workflows.

Query Parameters

limit
integer
default:30

Most versions to return.

Required range: 1 <= x <= 200

Response

The workflow's versions, newest first.

version_id
string
required

ID of the version, which is the SHA-256 hash of its definition.

Example:

"9f2c1a7b3e5d84f60c1b2a9e7d4f8c3b6a5e2d1f0c9b8a7e6d5c4b3a2f1e0d9c"

workflow_id
string
required

ID of the workflow it belongs to.

Example:

"68b1c0d4e7b91d003c45a1f2"

created_by
string | null

Email of whoever saved this version.

Example:

"you@example.com"

change_summary
string | null

The note saved with this version, when one was given.

Example:

"Send to the ops alias instead"

created_date
string<date-time> | null

When the version was saved.

Example:

"2026-08-20T16:31:00Z"