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 | () -> (Session2)

Authentication

AuthorizationBearer

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

Query parameters

session_idstringRequired

Response

Successful Response
_idstring
created_at_timestampdatetime
device_idstring
device_mac_addressstring
org_idstring

Must be a string starting with org_

schema_versioninteger
commentsstring or nullOptional<=524288 characters
flight_leg_idslist of stringsOptional
flight_loaded_status_by_flight_leg_idmap from strings to nullable or optional stringsOptional
flight_loaded_statuseslist of stringsOptional
flight_numberslist of stringsOptional
geofenceslist of objectsOptional
last_seen_at_locationobject or nullOptional

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_location_citystring or nullOptional
last_seen_at_location_large_citystring or nullOptional
last_seen_at_timestampdatetime or nullOptional
off_chrt_reference_idstring or nullOptionalformat: "^[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).

off_chrt_shipper_org_data_idstring or nullOptional
publicbooleanOptionalDefaults to false
shared_with_org_idslist of stringsOptional
terminatedbooleanOptionalDefaults to false
terminated_at_timestampdatetime or nullOptional
termination_scheduled_for_timestampdatetime or nullOptional

Errors

422
Sessions Get V1request Unprocessable Entity Error