Skip to content

Get Workflows

Retrieve all workflows from Last Mile Intelligence.

getWorkflow

workflow

ParameterTypeRequiredDefaultDescription
Workflow IDstringNo-Leave empty to retrieve all workflows
[
{
"id": "wf_order_process",
"name": "Order Processing Workflow",
"trigger": "order.created",
"isActive": true
},
{
"id": "wf_delivery_complete",
"name": "Delivery Completion Workflow",
"trigger": "task.completed",
"isActive": true
}
]
{
"success": false,
"error": "Failed to retrieve workflows"
}
  • Missing API Token: LMI credential is missing API token
  • Permission Denied: API token lacks permission for this operation