Task Trace
Return the timeline of trace events for task_id.
The endpoint is read-only and idempotent. A missing task returns 404; a valid task with no trace returns 200 + an empty events list (the FE renders an empty-state card in that case).
get/dashboard/tasks/{task_id}/trace
Path parameters
task_idstring required
Query parameters
limitinteger
cursorinteger
Response
Successful Response