Get

Retrieves a single session by its ID. Access restricted to the caller’s organization or shared organizations. | auth: api_key | authz: min_org_role=operator | () -> (Session1)

Authentication

AuthorizationBearer

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

Query parameters

session_idstringRequired

Response

Successful Response
schema_versioninteger
device_idstring
device_mac_addressstring
org_idstring

Must be a string starting with org_

created_at_timestampdatetime
_idstring
off_chrt_reference_idstringformat: "^[A-Za-z0-9._~\-]{1,64}$"1-64 characters

Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, ’.’, ’_’, ’~’, ’-’ (RFC 3986 unreserved).

commentsstring<=524288 characters
publicbooleanDefaults to false
off_chrt_shipper_org_idstring
termination_scheduled_for_timestampdatetime
flight_numberslist of strings
fa_flight_idslist of strings
shared_with_org_idslist of strings
terminatedbooleanDefaults to false
terminated_at_timestampdatetime
last_seen_at_locationobject

GeoJSON Feature with typed properties for locations

The geometry field is strongly typed as Geometry (union of all geometry types) but remains optional to match the base Feature class specification. To ensure geometry is always present, validate it at runtime or make it required.

last_seen_at_timestampdatetime
last_seen_at_location_citystring
last_seen_at_location_large_citystring
fa_alert_idslist of integers
flight_loaded_statuseslist of strings
fa_alert_id_by_flight_numbermap from strings to integers
flight_status_by_fa_flight_idmap from strings to enums
flight_loaded_status_by_fa_flight_idmap from strings to optional strings

Errors

422
Sessions Get V1request Unprocessable Entity Error