{
"data": [
{
"id": "EXECUTION001",
"workflowId": "ticket-escalation-workflow",
"version": 1,
"status": "COMPLETED",
"context": {
"ticketId": "TICKET123",
"priority": "high",
"team": "support",
"triggeredBy": "ticket.created",
"executionId": "EXECUTION001"
},
"startedAt": "2025-07-24T10:00:00.000Z",
"lastUpdatedAt": "2025-07-24T10:05:30.000Z"
},
{
"id": "EXECUTION002",
"workflowId": "ticket-escalation-workflow",
"version": 1,
"status": "RUNNING",
"context": {
"ticketId": "TICKET124",
"priority": "high",
"team": "support",
"triggeredBy": "ticket.created",
"executionId": "EXECUTION002",
"currentStep": 2,
"stepStatus": "IN_PROGRESS"
},
"startedAt": "2025-07-24T11:15:00.000Z",
"lastUpdatedAt": "2025-07-24T11:16:45.000Z"
},
{
"id": "EXECUTION003",
"workflowId": "ticket-escalation-workflow",
"version": 1,
"status": "FAILED",
"context": {
"ticketId": "TICKET125",
"priority": "high",
"team": "support",
"triggeredBy": "ticket.created",
"executionId": "EXECUTION003",
"error": "Activity assignment.activity failed after 3 retry attempts",
"failedStep": 2,
"errorDetails": {
"code": "ACTIVITY_FAILURE",
"message": "No available agents with required skills",
"timestamp": "2025-07-24T09:30:15.000Z"
}
},
"startedAt": "2025-07-24T09:25:00.000Z",
"lastUpdatedAt": "2025-07-24T09:30:15.000Z"
}
],
"status": true,
"message": "Workflow executions retrieved successfully!",
"timestamp": "2025-07-25T12:50:38.937Z"
}