---
title: "Get the last record either from RTLS or AMR(mission control) source. The record can be further filtered based on objectType that can be obtained from a particular source. Example: 'Person' objectType can be used in case of RTLS source, 'AMR' objectType can be used in case of AMR source"
method: GET
path: "/tracker/last-record"
tags: ["tracker"]
---

# Get the last record either from RTLS or AMR(mission control) source. The record can be further filtered based on objectType that can be obtained from a particular source. Example: 'Person' objectType can be used in case of RTLS source, 'AMR' objectType can be used in case of AMR source

`GET /tracker/last-record`

## Query parameters

- `place` string, required
- `source` 'RTLS' | 'AMR'
- `objectType` string

## Response `200`

Successful Operation.

- LastRecord
  - `lastRecord` object, nullable, required
    - `place` string, required
    - `timestamp` string, date-time, required
    - `objectCounts` object[], required
      - `type` string, required
      - `count` integer, required
    - `locationsOfObjects` object[], required
      - `id` string, required
      - `type` string, required
      - `locations` Location[], required
        - number[]

## Other responses

- `400` — Bad Request. This response will be sent if any of the required params are not present or if extra params are passed. It will also be sent if parameter dependencies (mentioned in parameter descriptions) are not satisfied.
- `404` — Resource Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/nvidia/apis/vss-video-analytics-apis.md) · [All operations](https://skmtc.net/nvidia/apis/vss-video-analytics-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nvidia/vss-video-analytics-apis/versions/0ff2b2f41244/schema)
