list_actions
Retrieve and filter action items from Procore projects to manage incident responses, with options to scope by incident, date ranges, or search queries.
Instructions
List Actions. [Project Management/Incidents] GET /rest/v1.0/projects/{project_id}/incidents/actions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| incident_id | No | Incident ID. When provided, the list will be scoped to only the Actions for a given Incident. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__created_at | No | Return item(s) created within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYYY-MM-... | |
| filters__updated_at | No | Return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY... | |
| filters__query | No | Return item(s) containing query | |
| sort | No | sort |