Get Incident
incidents.getRetrieve a specific incident record by its ID to review status updates or follow up on reported issues.
Instructions
Get a StillOnline incident by ID. Despite the historical name, this returns one incident record for follow-up status updates or review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| incident_id | Yes | StillOnline incident ID returned by incidents.create or the incidents API. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| incident | Yes | StillOnline incident object, including identifiers, title, status page relation, and current incident state fields returned by the REST API. |