Provisioning Workflows
GET
/v1/provisioning/workflowsBearer tokenList 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_idstringFilter workflows by originating order.
statusstringFilter by status: queued, running, completed, failed, cancelled.
Response
Response
Retry a Failed Workflow
POST
/v1/provisioning/workflows/:id/retryBearer tokenRetry 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.