List
Lists devices with filtering, sorting, and pagination. Use org_scope to restrict to owned, shared, or both (default). | auth: api_key | authz: min_org_role=operator | () -> (DeviceListRes)
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
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 device type
Filter by active cargo ID
Filter by active cargo ID
Filter by active session ID
Filter by active session ID
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 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 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 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 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
Filter by first_seen_at_timestamp <= value
Filter by first_seen_at_timestamp <= value
Filter by archived status
Filter by archived status
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.