Get Workflows

Get all workflows with the latest version for the organization.

Headers

x-api-keystringRequired

Query parameters

pageintegerOptional>=1Defaults to 1
page_sizeintegerOptional>=1Defaults to 10
only_saved_tasksbooleanOptionalDefaults to false
only_workflowsbooleanOptionalDefaults to false
titlestringOptionalDefaults to
templatebooleanOptionalDefaults to false

Response

Successful Response
workflow_idstring
organization_idstring
titlestring
workflow_permanent_idstring
versioninteger
is_saved_taskboolean
workflow_definitionobject
created_atstringformat: "date-time"
modified_atstringformat: "date-time"
descriptionstring or null
proxy_locationenum or null
webhook_callback_urlstring or null
totp_verification_urlstring or null
totp_identifierstring or null
persist_browser_sessionboolean or nullDefaults to false
modelmap from strings to any or null
statusenum or null
Allowed values:
deleted_atstring or nullformat: "date-time"

Errors