status, attempts, and finished_at. Responds 404 Not Found if the id is unknown.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /tasks/ - fetch a single task with its status, attempts, and finished_at.
GET /tasks/{id}
status, attempts, and finished_at. Responds 404 Not Found if the id is unknown.
curl http://localhost:8080/tasks/b1e2c3... -H "X-API-Key: your-secret"