List Document Uploads V2
list_document_uploads_v2Retrieve a paginated list of document uploads for a Procore project, with options to search, filter, and sort. Use to view upload metadata and status.
Instructions
Returns Document Uploads for a Project. Use this when you already know which document uploads v2 you want and need its full field set. project_id and company_id default to the values set by procore_set_config when omitted. Returns a single JSON object describing the document uploads v2. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, company_id. Procore API (v2.0): Project Management > Document Management. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/document_management/document_uploads
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| sort | No | Query string parameter — comma-separated set of attributes to sort the list of records by. Format: :primary_sort_attribute,:secondary_sort_attribute Valid sort attribute options are [<field_id>, id] | |
| locale | No | Query string parameter — language for the response to be translated into | |
| search | No | Query string parameter — search records by [original_filename, file_format, format, type, name, description, revision, status, classification, project_stage, project, originator, volume, location, discipline, number, creat... | |
| filters | No | Query string parameter — object with whitelisted Field ids as keys and their corresponding MetadataValue id, MetadataValue ids array, or primitive string value as values. Valid filterable fields are: original_filename, fil... | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| project_id | Yes | URL path parameter — unique identifier for the Procore project |