v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1438230222.0 KB

Get details of specified workflow.

get/domains/{DomainName}/workflows/{WorkflowId}

Path parameters

DomainNamestring required

The unique name of the domain.

WorkflowIdstring required

Unique identifier for the workflow.

Response

Success

WorkflowIdstring

Unique identifier for the workflow.

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.

ErrorDescriptionstring

Workflow error messages during execution (if any).

StartDatestring date-time

The timestamp that represents when workflow execution started.

LastUpdatedAtstring date-time

The timestamp that represents when workflow execution last updated.