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)
Query parameters
Field to sort by
Sort order for query results
Sort order (asc or desc)
Full-text search query
Full-text search query
Filter by org ownership: owned, shared, or owned_and_shared
Filter by terminated status
Filter by terminated status
Filter by public visibility
Filter by public visibility
Filter by device ID
Filter by device ID
Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved).
Filter by off-CHRT reference ID (exact match)
Filter by flight number (exact match)
Filter by flight number (exact match)
Filter by flight loaded status (exact match)
Filter by flight loaded status (exact match)
Filter by whether both last_seen_at_location and last_seen_at_timestamp are set
Filter by whether both last_seen_at_location and last_seen_at_timestamp are set
Filter by created_at_timestamp >= value
Filter by created_at_timestamp >= value
Filter by created_at_timestamp <= value
Filter by created_at_timestamp <= value
Filter by last_seen_at_timestamp >= value
Filter by last_seen_at_timestamp >= value
Filter by last_seen_at_timestamp <= value
Filter by last_seen_at_timestamp <= value
Filter by termination_scheduled_for_timestamp >= value
Filter by termination_scheduled_for_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
Filter by terminated_at_timestamp <= value
Filter by terminated_at_timestamp <= value
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.