Acknowledge incident
acknowledge_incidentAcknowledge an incident: take ownership and halt escalation. Internal/operational only — does NOT post anything to the public status page. Use post_incident_update for customer-facing updates. Asks for confirmation where the client can show a prompt; otherwise runs on the token's scope. Not read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The incident id. | |
| note | No | Optional internal note recorded on the incident's activity timeline. This is operator-facing, not published to the public status page. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | Operational state after the action: `triggered`, `acknowledged`, `resolved`. | |
| incident_id | Yes | ||
| resolved_at | No | RFC 3339 resolved (ended) time, when set. | |
| acknowledged_at | No | RFC 3339 acknowledged time, when set. |