List Incident Alert Recipients
list_incident_alert_recipientsRetrieve a paginated list of incident alert recipients for a specified company and severity level. Enumerate recipients, find IDs, or filter with query parameters.
Instructions
Return a list of all Incident Alert Recipients associated with the specified Company and Incident Severity Level. 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: company_id, severity_level_id. Procore API: Project Management > Incidents. Endpoint: GET /rest/v1.0/companies/{company_id}/incidents/severity_levels/{severity_level_id}/alert_recipients
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| severity_level_id | Yes | URL path parameter — incident Severity Level ID | |
| 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) | |
| sort | No | Query string parameter — sort order for results. Prefix with '-' for descending order |