Skip to main content
GET
Get escalation

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Escalation id (esc_<uuid>)

Response

The escalation

One escalation attempt as read back.

There is deliberately NO field that could carry the resume token — not even its digest. The token is generated once, delivered to the destination, and thereafter exists in this product only as a hash used to verify a callback. A test walks these keys to keep it that way.

attempt
integer<int32>
required

1-based attempt number for this subject.

created_at
string
required
expires_at
string
required
id
string
required

esc_<uuid>.

kind
string
required

clear_wall | question.

object
string
required

Always "escalation".

reason
string
required
status
string
required
subject_kind
string
required

task | credential_request.

urgency
string
required

blocking-expiring | blocking | can-wait. What we DECLARED; never a channel.

answer
string | null

The human's answer, if they gave one.

cleared
boolean | null
device_id
string | null
resolved_at
string | null
resolved_by
string | null

Opaque label supplied by the destination — NOT an Omega principal.

task_id
string | null