List Filters
list_filters_projectList all filters for a project and tool to enumerate portfolio records, find IDs, or filter by query parameters. Returns a paginated JSON array.
Instructions
List all filters customer can use for the project and tool. Use this to enumerate Portfolio records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Portfolio records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: id, tool, tab. Procore API: Core > Portfolio. Endpoint: GET /rest/v1.0/projects/{id}/filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier for the project. | |
| tool | Yes | Query string parameter — tool name | |
| tab | Yes | Query string parameter — tab name | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |