---
title: "List of behaviors and their corresponding locations. Please check the input descriptions to check its dependencies."
method: GET
path: "/tracker/behavior-locations"
tags: ["tracker"]
---

# List of behaviors and their corresponding locations. Please check the input descriptions to check its dependencies.

`GET /tracker/behavior-locations`

## Query parameters

- `fromTimestamp` string, date-time, required
- `toTimestamp` string, date-time, required
- `behaviorIds` string[]
- `globalId` string

## Response `200`

Successful Operation.

- BehaviorLocations
  - `behaviors` object[], required
    - `Id` string
    - `id` string, required
    - `locations` Locations, required
      - `type` 'linestring', required — Type of Geoshape
      - `coordinates` array[], required
        - number[]
    - `smoothLocations` Locations, required
      - `type` 'linestring', required — Type of Geoshape
      - `coordinates` array[], required
        - number[]
    - `length` integer, required
    - `speedOverTime` number[], required
    - `speed` number, double, required
    - `timeInterval` number, float, required
    - `distance` number, double, required
    - `bearing` number, double, required
    - `timestamp` string, date-time, required
    - `end` string, date-time, 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. 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)
