---
title: "Get Flowrate"
method: GET
path: "/metrics/flowrate"
tags: ["metrics"]
---

# Get Flowrate

`GET /metrics/flowrate`

## Query parameters

- `toTimestamp` string, date-time, required
- `place` string
- `sensorId` string
- `timeWindowSizeInSec` integer
- `flowrateUnit` '/sec' | '/min' | '/hr'
- `shortLivedBehaviorMinTimeIntervalInSec` integer
- `stationaryObjectMinDistanceThresholdInMeters` integer
- `stationaryObjectMaxTimeIntervalThresholdInSec` integer

## Response `200`

Successful Operation.

- Flowrate
  - `metrics` object[], required
    - `direction` 'N' | 'S' | 'W' | 'E', required
    - `flowrate` string, 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
- `503` — Service Unavailable. This response will be sent if behavior-analytics does not respond within the configured timeout.

---

[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/revisions/0ff2b2f41244/schema)
