Incidents
Create Incident
Creates a new incident in your organization.
POST
Creates a new incident and sets its initial status to
investigating. Pass leadId to assign a specific user, or leadScheduleId to let the server resolve the current on-call responder and attach a matching escalation policy — at least one is required.
Request body
Short title describing the incident. Must be between 1 and 100 characters.
Optional longer description providing additional context about the incident.
Up to 10,000 characters.
Severity level of the incident. One of
critical, high, medium, or low.At least one of
leadId or leadScheduleId is required so the paging path
always has a target — a request without either is rejected with 400.User ID to assign directly as the incident lead. Use this when you already
know exactly who should be paged (e.g. the engineer who shipped the change).
If
leadScheduleId is also supplied, leadId wins for the resolved lead and
the schedule is still used to attach an escalation policy.UUID of an on-call schedule. The server resolves the current on-call responder
(honouring active overrides) as the incident lead and attaches an escalation
policy whose layers target this schedule (if one exists). If no one is
currently on-call, the incident is still created without a lead. Returns
404
if the schedule does not exist in your organization.UUIDs of affected components, up to 50. Each ID must reference a component in
your organization, and duplicates are rejected.
Response
Returns201 Created with the new incident.