List Environmentals
list_environmentalsRetrieve paginated Environmental records for a project. Filter by incident, environmental type, or search query, and sort results.
Instructions
Returns a list of Environmental records for a given project. 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}/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 |