Get Incident Statuses
get_incident_statusesRetrieve the display label and server value of statuses available for Procore incidents to use when creating or updating incident records.
Instructions
Returns objects containing the display label and server value of statuses that are available when creating or updating incidents. Use this to fetch the full details of a specific Incidents by its identifier. Returns a paginated JSON array of Incidents. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id. Procore API: Project Management > Incidents. Endpoint: GET /rest/v1.0/companies/{company_id}/incidents/statuses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |