Get Workflow Version
Get a specific version of a workflow, including its step definitions.
Bearer authentication of the form Bearer <token>, where token is your auth token.
The type of object. Always "workflow_version".
The version number as a string, or "draft" for the draft version.
The time (in UTC) at which the object was created. Will follow the RFC 3339 format.
Example: "2024-03-21T16:45:00Z"
The version to retrieve. Accepts any of the following:
"draft" — returns the current draft version"latest" — returns the latest published version (falls back to draft if none published)"1", "2") — returns that specific published version"workflow_version_abc123") — returns that specific version by IDAPI version to use for the request. If you’re using an SDK, you can ignore this parameter. If you are not using an SDK and do not specify a version, you will either receive a 400 Bad Request or be set to a previous legacy version. See API Versioning for more details.