List Submittal Associated Attachments
list_submittal_associated_attachmentsRetrieve a paginated list of submittal attachments for a project. Use this tool to find attachment IDs or filter by query parameters. Requires project_id.
Instructions
List Submittal Associated Attachments for the specified Project. Use this to enumerate Submittals when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Submittals. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Submittals. Endpoint: GET /rest/v1.0/submittal_associated_attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| filters__id | No | Query string parameter — return item(s) with the specified IDs. | |
| view | No | Query string parameter — view for which you are exporting | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |