Part3 Developers

Report get

GET /organization/{orgId}/project/{projectId}/reports/{reportId}

Retrieve a report

GET
/organization/{orgId}/project/{projectId}/reports/{reportId}
AuthorizationBearer <token>

In: header

Path Parameters

orgId*string

Organization ID — must match the project's org.

projectId*string

Project ID — must contain the report.

reportId*string

Report UID. Returned in the uid field of any report list response.

Response Body

application/json

application/json

application/json

curl -X GET "https://api.part3.io/v1/organization/org_8a1b2c3d4e/project/proj_5f9a3c2e8b/reports/rep_2a3b4c5d6e"
{
  "uid": "rep_2a3b4c5d6e",
  "type": "report",
  "format": "report",
  "status": "issued",
  "title": "Weekly site walk — Level 4",
  "date": "2026-04-21T00:00:00Z",
  "location": "Level 4",
  "version": "1.0",
  "isLatestVersion": true,
  "createdAt": "2026-04-21T13:50:00Z",
  "createdByName": "Anika Patel",
  "projectId": "proj_5f9a3c2e8b",
  "projectName": "Maple Heights Tower",
  "organizationId": "org_8a1b2c3d4e",
  "organizationName": "Stanford Partners",
  "sectionCount": 3,
  "itemCount": 12,
  "observations": "string",
  "weather": "string",
  "issuedAt": "2019-08-24T14:15:22Z",
  "issuedByName": "string",
  "downloadUrl": "string",
  "sections": [
    {}
  ],
  "attendees": [
    {}
  ],
  "distributionUsers": [
    {}
  ]
}
{
  "error": "Insufficient permissions"
}
{
  "error": "Insufficient permissions"
}