# Retrieve a specific Flow revision **GET /v2/Flows/{Sid}/Revisions/{Revision}** Retrieve a specific Flow revision. Studio flows revisions ## Servers ## Parameters ### Path parameters - **Sid** (string) The SID of the Flow resource to fetch. - **Revision** (string) Specific Revision number or can be `LatestPublished` and `LatestRevision`. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **commit_message** (string | null) Description of change made in the revision - **date_created** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was last updated - **definition** () JSON representation of flow definition - **errors** (array | null) List of error in the flow definition - **friendly_name** (string | null) The string that you assigned to describe the Flow - **revision** (integer | null) The latest revision number of the Flow's definition - **sid** (string | null) The unique string that identifies the resource - **status** (string | null) The status of the Flow - **url** (string(uri) | null) The absolute URL of the resource - **valid** (boolean | null) Boolean if the flow definition is valid [Powered by Bump.sh](https://bump.sh)