v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1438230222.0 KB

Query to list all workflows.

post/domains/{DomainName}/workflows

Path parameters

DomainNamestring required

The unique name of the domain.

Query parameters

next-tokenstring

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

max-resultsinteger

The maximum number of results to return per page.

Request body

WorkflowType'APPFLOW_INTEGRATION'

The type of workflow. The only supported value is APPFLOW_INTEGRATION.

Status'NOT_STARTED' | 'IN_PROGRESS' | 'COMPLETE' | 'FAILED' | 'SPLIT' | 'RETRY' | 'CANCELLED'

Status of workflow execution.

QueryStartDatestring date-time

Retrieve workflows started after timestamp.

QueryEndDatestring date-time

Retrieve workflows ended after timestamp.

Response

Success

NextTokenstring

If there are additional results, this is the token for the next set of results.