Skip to main content
POST
Bulk-change incident status

Authorizations

Authorization
string
header
required

OAuth2 Client Credentials Flow

Body

application/json

Apply the same status change to up to 50 incidents. Each is applied independently and may be skipped.

incidentIds
string[]
required
Required array length: 1 - 50 elements
status
enum<string>
required

The target status to apply. Must be a transition target — NEW and MERGED are not accepted.

Available options:
INVESTIGATING,
MITIGATING,
WAITING_ON_OEM,
POST_MORTEM,
RESOLVED
changedByUserId
string
required

NetworkUser id of the acting Support Operator. Required on every write; attributes the change.

reason
string
Maximum string length: 10000
resolutionNotes
string

Required when status is RESOLVED.

Maximum string length: 10000
networkId
string

Network id. Required for machine (M2M) callers whose token carries no network claim; ignored when the token has one.

Response

Per-incident results plus applied/skipped tallies.

data
object

The outcome of a bulk status change: a per-incident result plus applied/skipped tallies.