Get project report
GET /projects/:projectId/report
Returns a complete snapshot of the project: all tasks, traceability records, and a pre-computed list of stalled tasks.
Path parameters
The project ID.
Response
All tasks in the project, in any status.
All datasets logged for the project.
All experiments logged for the project.
All decisions logged for the project.
Tasks that have been in the
inProgress or onHold status for an extended period without any updates. These are surfaced separately to help project managers identify blocked or forgotten work. The objects in this array share the same shape as the items in the tasks array.About
stalledTasks: This field contains a filtered subset of the tasks array. A task is considered stalled when it has been in inProgress or onHold status for a significant time without an updatedAt change. Use this field to drive attention in dashboards and status reports.Example request
Example response
Errors
| Status | Description |
|---|---|
401 | Missing or invalid token. |
403 | You are not a member of this project. |
404 | Project not found. |
