---
title: "Get the count of different object types at a given place and timestamp"
method: GET
path: "/metrics/occupancy/tracker"
tags: ["metrics"]
---

# Get the count of different object types at a given place and timestamp

`GET /metrics/occupancy/tracker`

## Query parameters

- `place` string, required
- `timestamp` string, date-time, required
- `timeWindowInMs` integer — Time window in milliseconds

## Response `200`

Successful Operation.

- TrackerOccupancy
  - `trackerOccupancy` object[], required
    - `type` string, required
    - `count` integer, required

## 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.
- `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)
