# Retrieve latest sensor readings for multiple trackers

## Question

Is it possible to get a list of tracker IDs that have sensor data?

## Answer

You can retrieve latest readings using:

`tracker/sensor/readings/batch_list`

Note: this method works with a **list of tracker IDs that you provide** — it doesn't automatically return "all trackers that have sensor data".

To build a list of trackers that have readings:

1. Get the list of all trackers in the account.
2. Call `batch_list` for that list.
3. Filter out trackers with no readings.

## Links

* [`tracker/sensor/readings/batch_list`](/docs/navixy-api/user-api/backend-api/resources/tracking/tracker/readings.md#batch_list)
* [Sensor data guide](/docs/navixy-api/user-api/backend-api/guides/data-retrieval/sensor-data.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://navixy.com/docs/qna/apis/retrieve-latest-sensor-readings-for-multiple-trackers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
