Skip to main content
POST
Create
🔑 Requires the escalations.create scope.

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Body

application/json
idempotency_key
string
required

Unique key to prevent duplicate escalations. If this key has already been used, the existing escalation will be returned.

Example:

"2024-01-15-abc123"

title
string
required

The title of the escalation. This message will be included in all notifications about this escalation.

Example:

"Production database experiencing high CPU"

description
string

Additional details about the escalation

Example:

"Database CPU has been above 90% for 5 minutes"

escalation_path_id
string

ID of the escalation path to follow

Example:

"01H0J1EXE7AXZ2C93K61WBPYEH"

incident_id
string

ID of an incident to associate with this escalation. The linked incident will appear in the escalation's related_incidents field.

Example:

"01H0J1EXE7AXZ2C93K61WBPYEH"

user_ids
string[]

IDs of users to escalate directly to

Example:

Response

201 - application/json

Created response.

escalation
object
required