Skip to main content
GET/v1/provisioning/workflows

Provisioning Workflows

GET/v1/provisioning/workflowsBearer token

List all provisioning workflows and their execution status.

Workflows represent the automated steps PLATFORMA executes when provisioning resources from an order. Each workflow contains a series of tasks that run in sequence or parallel.

Query Parameters

order_idstring

Filter workflows by originating order.

statusstring

Filter by status: queued, running, completed, failed, cancelled.

Response

Response

Retry a Failed Workflow

POST/v1/provisioning/workflows/:id/retryBearer token

Retry a failed workflow from the last failed step.

Only workflows in failed status can be retried. The workflow will resume from the step that failed, not from the beginning.