List
Lists sessions with filtering, sorting, and pagination. Use org_scope to restrict to owned, shared, or both (default). | auth: api_key | authz: min_org_role=operator | () -> (SessionListRes)
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Sort order (asc or desc)
Full-text search query
Filter by org ownership: owned, shared, or owned_and_shared
Filter by off-CHRT reference ID (exact match)
Filter by flight number (exact match)
Filter by FlightAware flight ID (exact match)
Filter by flight loaded status (exact match)
Filter by created_at_timestamp >= value
Filter by created_at_timestamp <= value
Filter by termination_scheduled_for_timestamp >= value
Filter by termination_scheduled_for_timestamp <= value
Filter by terminated_at_timestamp >= value
Filter by terminated_at_timestamp <= value

