Skip to main content
Get a workflow schema

Authorizations

Authorization
string
header
required

Obtain a Bearer token via the Create access token endpoint using the OAuth2 client credentials flow.

Path Parameters

id
string
required

The resource's hash ID.

Example:

"0dbhXg"

Response

The workflow schema.

Describes the fields and variables required to create a request for this workflow.

name
string
Example:

"Vendor Agreement"

description
string | null
required_fields
string[]

Top-level fields that must be provided when creating a request.

Example:
required_variables
string[]

Variable names that must be included in the variables JSON.

Example:
variables_properties
object

A map of variable names to their type definitions, including whether they are required and any available options.