List BIM File Extractions
list_bim_file_extractionsRetrieve paginated BIM file extractions for a project, including error details, to locate extraction IDs before further Procore API calls.
Instructions
Return a list of all BIM File Extractions A BIM File Extraction can fail for several reasons. When it does, the errors attribute contains a list of errors encountered while processing the model. The following table lists the possible error codes and types. Use this to discover BIM file extractions or to look up the id of one before calling a tool that needs it. Returns a JSON array of BIM file extractions; page and per_page control pagination and the response reports how many pages remain. 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. Procore API: Preconstruction > BIM. Endpoint: GET /rest/v1.0/bim_file_extractions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| filters__id | No | Query string parameter — return item(s) with the specified IDs. | |
| filters__status | No | Query string parameter — filter item(s) with matching status | |
| filters__bim_file_id | No | Query string parameter — return item(s) with the specified bim_file_id in bim_file_upload | |
| filters__file_version_id | No | Query string parameter — return item(s) with the specified file_version_id in bim_file_upload | |
| filters__extraction_format | No | Query string parameter — filter item(s) with matching extraction format | |
| filters__bim_file_upload_id | No | Query string parameter — return item(s) with the specified bim_file_upload_id | |
| filters__document_upload_id | No | Query string parameter — return item(s) with the specified document_upload_id in bim_file_upload | |
| filters__document_revision_id | No | Query string parameter — return item(s) with the specified document_revision_id in bim_file_upload |