---
title: "Get streams transcoding chart"
method: GET
path: "/streaming/statistics/stream"
tags: ["Streaming Statistics"]
---

# Get streams transcoding chart

`GET /streaming/statistics/stream`

Calculates time series of the transcoding minutes of all streams. The data is updated near realtime.

## Query parameters

- `from` string, required
- `to` string, required
- `granularity` '1m' | '5m' | '15m' | '1h' | '1d'

## Response `200`

OK

- object[]
  - `client` integer, required
  - `metrics` object, required
    - `streams` integer[], required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
