QueueItem schema represents an emergency call in the dispatch queue, including priority information and routing context.
Schema definition
Unique identifier for the emergency call, matching the call_id in the CallPacket
Priority level for the call in the queue. Higher values indicate higher priority. Default is 0 for standard priority calls.
Optional explanation for the assigned priority level or special routing instructions
Example
Priority levels
Priority levels are typically assigned based on analysis of the CallPacket data, including distress scores, detected hazards, and identified intents.
- 0-3: Standard calls, non-emergency situations
- 4-6: Moderate priority, minor emergencies
- 7-9: High priority, serious situations requiring rapid response
- 10+: Critical emergencies, life-threatening situations
Related schemas
- CallPacket - Contains the analysis data used to determine queue priority
- Telephony Webhooks - Initial call data from telephony provider