ProjectsReportsStatus Report
GET Retrieve status report
Get an existing status report. The source markdown documents this endpoint under /api/v1/project/status-report and requires the standard /api/v1 authentication headers plus the record-id header containing the target status report ID from the reports list response.
GET
/project/status-reportAuthorization
api-auth<api-auth>
api-token<UUID>
api-secret<api-secret>
record-id<ID>
Use the standard /api/v1 headers together with record-id.
record-id is the status report ID. You can get it from the GET /projects/reports response.
API Credentials (save your keys here to make the request examples copy-ready)Hidden by default
Save your domain and request headers once, then reuse them across the current docs session.
Session storage clears when this tab closes. Local storage stays available the next time you open the docs in this browser.
Saved values are used in request examples and code snippets on API pages, including the request domain.