Part3 Developers

Document get

GET /admin/documents/{documentId}

Get one document with workflow details, people, step responses, attachments, and linked documents. Use ?include=files to resolve full file metadata for attachments (name, type, size, url).

GET
/admin/documents/{documentId}
AuthorizationBearer <token>

In: header

Path Parameters

documentId*string

Document UID

Query Parameters

include?string

Comma-separated list of optional fields to include. Supported: files

Response Body

application/json

application/json

application/json

curl -X GET "https://api.part3.io/v1/admin/documents/string"
{
  "uid": "doc_2a3b4c5d6e",
  "id": "RFI-014",
  "projectId": "proj_5f9a3c2e8b",
  "organizationId": "org_8a1b2c3d4e",
  "projectName": "Maple Heights Tower",
  "organizationName": "Stanford Partners",
  "format": "rfi",
  "type": "RFI",
  "title": "Curtain wall flashing detail",
  "description": "Detail 7/A-501 conflicts with structural at gridline C. Please advise.",
  "status": "with-consultants",
  "priority": "normal",
  "dueDate": "2026-05-15",
  "issuedAt": "2026-04-21T14:02:00Z",
  "issuedBy": "user_99a8b7c6d5",
  "version": {
    "major": 1,
    "minor": 0
  },
  "isLatestVersion": true,
  "createdBy": "user_99a8b7c6d5",
  "lastUpdatedBy": "user_99a8b7c6d5",
  "createdAt": "2026-04-21T13:50:00Z",
  "updatedAt": "2026-04-22T09:14:00Z"
}
{
  "error": "Insufficient permissions"
}
{
  "error": "Insufficient permissions"
}