rea_last_synced_at); if stale, re-fetches from the external REA platform. Returns an empty array if no REA workflow is attached to the task.view taskscurl --location 'https://api-dev.commandroom.ai/api/api/tasks/42/rea/executions' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: '{
"data": [
{
"id": 1,
"started_at": "2026-01-15T10:30:00.000000Z",
"stopped_at": "2026-01-15T10:30:00.000000Z",
"status": "active",
"progress": 1.5,
"finished_steps": 1,
"total_steps": 10,
"duration_minutes": 1.5
}
]
}