This guide shows the two everyday actions an on-call responder takes when they get paged: acknowledging the page and handing it off to someone else when you can’t respond. For an overview, see Acknowledgment and handoff.Documentation Index
Fetch the complete documentation index at: https://docs.scaling.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Acknowledging
Acknowledging stops further escalation and records that you are on the page. The incident’s status does not change — you progress it throughinvestigating → identified → monitoring → resolved separately.
From Slack
If Slack is connected and your email matches your Scaling account, click Acknowledge on the alert message. The message updates in place:✅ Acknowledged — 🔴 CRITICAL DB pool exhausted Acknowledged by Alice Smith · Apr 18 at 12:00:00
From the dashboard
- Open the incident detail page.
- In the Escalation panel, click Acknowledge.
From the API
Handing off
If you can’t take the page — you’re heads-down on another incident, off duty, or out of context — hand it off to someone else.From the dashboard
Choose a recipient
Click Change owner next to the Owner field, or open the Hand off form in the Escalation panel. Pick a member of your org from the dropdown.
From the API
targetUserId must be a member of the same organization. Handing off to a non-member returns 400 invalid_target_user.
What the audit trail records
Both actions are appended to the incident’s paging audit trail:| Event | What’s recorded |
|---|---|
incident_acknowledged | Who acknowledged and when. |
incident_handed_off | Previous owner, new owner, who initiated, and when. |
GET /v1/incidents/{id} — it’s returned alongside the incident record.