Flows

Get flow version

Get a specific version of a flow by name and version.

get/flow/{name}/{version}

Path parameters

namestring required

The flow name

versioninteger required

The flow version

Query parameters

account_idstring

The account ID. Defaults to the user's default account.

Response

Flow

_metaobject

Response Metadata

request_idstring
statusinteger

HTTP Status Code

Example response

{
  "data": {
    "steps": [
      {
        "delay_until": {
          "time_of_day": "09:30",
          "timezone": "America/New_York"
        }
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.