Workflows

List Workflows

post

Retrieves all workflows for the authenticated user.

Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired
Responses
200Success

No content

post
/api/workflows/list

No content

Create Workflow

post

Creates a new workflow from the provided definition.

Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired
Body
stringOptional
Responses
post
/api/workflows/create

No content

Delete Workflow

delete

Deletes a workflow by its unique identifier.

Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired

Unique identifier of the workflow to delete

Responses
200Success

No content

delete
/api/workflows/{id}

No content

Last updated