List
Lists devices with filtering, sorting, and pagination. Use org_scope to restrict to owned, shared, or both (default). | authz: min_org_role=operator | () -> (DeviceListRes)
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 whether device has an active session (true = session_id is not null, false = session_id is null)
Filter by whether device has an active cargo (true = cargo_id is not null, false = cargo_id is null)
Filter by registered_at_timestamp >= value
Filter by registered_at_timestamp <= value
Filter by last_seen_at_timestamp >= value
Filter by last_seen_at_timestamp <= value
Filter by first_seen_at_timestamp >= value
Filter by first_seen_at_timestamp <= value

