List
Lists Tive devices with filtering, sorting, and pagination. Scoped to the caller’s organization. | authz: min_org_role=operator | () -> (TiveDeviceListRes)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
sort_by
Field to sort by
Allowed values:
sort_order
Sort order (asc or desc)
Allowed values:
page
page_size
filter_tive_account_id
Filter by Tive account ID
filter_tive_device_id
Filter by Tive device ID (exact match)
filter_chrt_created_at_timestamp_gte
Filter by chrt_created_at_timestamp >= value
filter_chrt_created_at_timestamp_lte
Filter by chrt_created_at_timestamp <= value
Response
Successful Response
items
total_count
Errors
422
Devices List V1request Unprocessable Entity Error

