Get Event
get_eventRetrieve one exact disaster event and explicitly requested relationships, affected places, native observations, or geometry. Use get_data to obtain the stable event_id first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Per-section ceiling for relationships, affected places, observations, or geometry frames. | |
| include | No | Optional companion layers. Omit for the lightweight event summary. Geometry is never returned implicitly. | |
| pack_id | No | Optional disaster pack hint. Recommended when known to avoid probing unrelated event sources. | |
| event_id | Yes | Exact stable event_id returned by a disaster-pack get_data row. | |
| request_id | No | Optional caller-supplied request id for tracing. | |
| geometry_mode | No | current returns the representative/current shape; timeline returns bounded progression frames where supported. | current |
| relationship_depth | No | Bounded cross-hazard traversal depth when relationships is included. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| event | No | ||
| reason | No | ||
| pack_id | No | ||
| event_id | No | ||
| geometry | No | ||
| guidance | No | ||
| included | No | ||
| warnings | No | ||
| available | No | ||
| next_step | No | ||
| source_id | No | ||
| event_type | No | ||
| next_steps | No | ||
| provenance | No | ||
| request_id | No | ||
| observations | No | ||
| schema_class | No | ||
| clarification | No | ||
| relationships | No | ||
| affected_places | No |