v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-05-061912109.3 KB
StudioV2FlowRevision

Retrieve a specific Flow revision.

Retrieve a specific Flow revision.

get/v2/Flows/{Sid}/Revisions/{Revision}

Path parameters

Sidstring required

The SID of the Flow resource to fetch.

Revisionstring required

Specific Revision number or can be LatestPublished and LatestRevision.

Response

OK

sidstring nullable

The unique string that we created to identify the Flow resource.

account_sidstring nullable

The SID of the Account that created the Flow resource.

author_sidstring nullable

The SID of the User that created or last updated the Flow.

friendly_namestring nullable

The string that you assigned to describe the Flow.

{"stackTrail":"components:schemas:studio.v2.flow.flow_revision:properties:definition","oasType":"schema","type":"unknown","description":"JSON representation of flow definition.","nullable":true}
status'draft' | 'published'

The status of the Flow. Can be: draft or published.

revisioninteger

The latest revision number of the Flow's definition.

commit_messagestring nullable

Description of change made in the revision.

validboolean nullable

Boolean if the flow definition is valid.

date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in ISO 8601 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in ISO 8601 format.

urlstring uri nullable

The absolute URL of the resource.