curl --location 'https://api-dev.commandroom.ai/api/api/metrics/workflow-executions?page=1&per_page=10&date_from=2025-01-01&date_to=2025-01-31&status=completed&user_ids=&user_multiplai_ids=' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: '{
"data": [
{
"execution_id": 1,
"execution_uuid": "00000000-0000-0000-0000-000000000000",
"task_id": 1,
"execution_status": "active",
"task_title": "Sample Title",
"started_at": "2026-01-15T10:30:00.000000Z",
"stopped_at": "2026-01-15T10:30:00.000000Z",
"duration_minutes": 1.5,
"value_impact": "string"
}
],
"current_page": 1,
"per_page": 1,
"total": 10,
"last_page": 1,
"from": 1,
"to": 1
}