Skip to main content
GET
List emergencies

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required

Target organization id (from the route path)

Query Parameters

status
string | null

declared | categorized | resolved

categoryId
string | null
externalId
string | null
from
string | null
to
string | null
cursor
string | null
limit
integer
default:50
Required range: 1 <= x <= 200

Response

Successful Response

items
PublicEmergencyResponse · object[]
required
nextCursor
string | null