---
title: "Returns average response counts bucketed over time for completed flow items."
method: GET
path: "/flow/ranking/{flowId}/response-count-timeseries"
tags: ["Flow"]
---

# Returns average response counts bucketed over time for completed flow items.

`GET /flow/ranking/{flowId}/response-count-timeseries`

## Path parameters

- `flowId` string, required

## Query parameters

- `from` string, date-time
- `to` string, date-time
- `datapoints` integer

## Response `200`

OK

- GetResponseCountTimeseriesEndpointOutput
  - `datapoints` GetResponseCountTimeseriesEndpointOutputDataPoint[], required — The timeseries data points.
    - `timestamp` string, date-time, required
    - `averageResponseCount` number, double, required

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/revisions/fdb89a6eb2fb/schema)
