List Recycled Environmentals
list_recycled_environmentalsRetrieve a paginated list of recycled environmentals for a project or specific incident. Filter by environmental type, search query, or sort results to find relevant records.
Instructions
Returns a list of Recycled Environmentals for a given project (or Incident, if incident_id is present). Use this to enumerate Incidents when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Incidents. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Incidents. Endpoint: GET /rest/v1.0/projects/{project_id}/recycle_bin/incidents/environmentals
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| incident_id | No | Query string parameter — incident ID. When provided, the list will be scoped to only the Environmentals for a given Incident. | |
| 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) | |
| filters__environmental_type_id | No | Query string parameter — return item(s) with the specified Environmental Type ID. | |
| filters__query | No | Query string parameter — return item(s) containing search query | |
| sort | No | Query string parameter — sort order for results. Prefix with '-' for descending order |