---
title: "Top Pipelines Usage"
method: GET
path: "/v4/metrics/top-pipelines-usage"
tags: ["Metrics"]
---

# Top Pipelines Usage

`GET /v4/metrics/top-pipelines-usage`

Retrieve usage metrics for top 'num_pipelines' (in terms of number of
runs) for the provided time period.

## Query parameters

- `num_pipelines` integer
- `start` string, date-time, required
- `end` string, date-time, required
- `interval_unit` 'seconds' | 'minutes' | 'hours' | 'days' | 'weeks', required — An enumeration.
- `interval_value` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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