{
"workflows": {
"data": [
{
"id": 1,
"uuid": "00000000-0000-0000-0000-000000000000",
"name": "Sample Name",
"description": "Sample description text.",
"type": "string",
"status": "active",
"visibility": "string",
"created_at": "2026-01-15T10:30:00.000000Z",
"updated_at": "2026-01-15T10:30:00.000000Z",
"last_used_at": "2026-01-15T10:30:00.000000Z",
"executions_count": 10,
"trigger_count": 10,
"average_duration": 1,
"user": {
"name": "Sample Name",
"email": "user@example.com",
"profile_photo_url": "https://example.com/sample",
"multiplai_id": 1
},
"department": "string"
}
],
"meta": {
"current_page": 1,
"per_page": 1,
"total": 10,
"last_page": 1,
"from": 1,
"to": 1
}
}
}