Project drawing import jobs list
GET /admin/projects/{projectId}/import-jobs/drawings
List drawing import jobs for a project. Shows import job status, name, creator, and timestamps.
Authorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
projectId*string
Project UID
Response Body
application/json
application/json
application/json
curl -X GET "https://api.part3.io/v1/admin/projects/string/import-jobs/drawings"{
"data": [
{
"uid": "job_5d4c3b2a1f",
"status": "completed",
"name": "Drawings Issued for Construction — 2026-04-22",
"createdBy": "user_99a8b7c6d5",
"createdAt": "2026-04-22T14:18:00Z",
"updatedAt": "2026-04-22T14:30:00Z"
}
]
}{
"error": "Insufficient permissions"
}{
"error": "Insufficient permissions"
}