Skip to main content
GET
Get an emergency

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)

emergency_id
string
required

Emergency id

Response

Successful Response

emergencyId
string
required
orgId
string
required
status
string
required
externalId
string | null
category
PublicCategoryRef · object | null

Minimal category info embedded on emergencies + webhook payloads.

source
string | null
description
string | null
occurredAt
string | null
createdAt
string | null
resolvedAt
string | null
resolvedBy
PublicActorRef · object | null

Unified actor shape (declaredBy / resolvedBy) for both user and api_key attribution.

declaredBy
PublicActorRef · object | null

Unified actor shape (declaredBy / resolvedBy) for both user and api_key attribution.

location
PublicLocation · object | null
resolutionNote
string | null
metadata
Metadata · object | null