Skip to main content
GET
Get flow

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

flow id (numeric string). Get it from flows.list.

Pattern: ^\d+$

Response

OK

id
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
name
string
required
active
boolean
required
enableInInbox
boolean
required
currentVersionId
string | null
required
draftVersionId
string | null
required
workspaceId
string
required
folderId
string | null
required
flowVersions
object[]
required