Submittal review get
GET /organization/{orgId}/project/{projectId}/document/{documentId}/submittal-review
Get submittal AI review
Authorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
orgId*string
Organization ID — must match the project's org.
projectId*string
Project ID — must contain the document.
documentId*string
Document ID. Returned in the uid field of any document list response (NOT the human-readable id like "RFI-014").
Query Parameters
fileId?string
Optional attachment file ID — narrows the result to the review of that specific attachment. Omit to return every attachment review.
Response Body
application/json
application/json
application/json
curl -X GET "https://api.part3.io/v1/organization/org_8a1b2c3d4e/project/proj_5f9a3c2e8b/document/doc_2a3b4c5d6e/submittal-review"{
"document": {},
"reviews": [
{}
]
}{
"error": "Insufficient permissions"
}{
"error": "Insufficient permissions"
}