---
title: "List Flow Metric Value Summaries"
method: GET
path: "/api/v1/flow-metric-value-summaries"
tags: ["Flow Metric Value Summaries"]
---

# List Flow Metric Value Summaries

`GET /api/v1/flow-metric-value-summaries`

List all flow metric value summaries.

## Available Includes

These are the includes that can be used to include addition related data in the results. Please see the section on using includes for more details.

- model
- model_count
- modelExists


## Available Filters

These are the filters that can be used to specific the data to return. Please see the section on using filters for more details.

- model_type
- model_id
- interval_unit
- key
- for_month




## Available Sorts

These are the sorts that can be used order the returned data. Please see the section on using sorting for more details.

- created_at

## Query parameters

- `filter[model_type]` string
- `filter[model_id]` string
- `filter[interval_unit]` string
- `filter[key]` string
- `filter[for_month]` string
- `include` string
- `sort` string
- `page` integer
- `per_page` integer

## Response `200`

Successful response

- FlowMetricValueSummariesListResponse
  - `data` FlowMetricValueSummaries[]
    - `id` integer — Unique identifier
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `meta` PaginationMeta
    - `current_page` integer
    - `from` integer, nullable
    - `last_page` integer
    - `path` string
    - `per_page` integer
    - `to` integer, nullable
    - `total` integer
  - `links` PaginationLinks
    - `first` string, uri
    - `last` string, uri
    - `prev` string, uri, nullable
    - `next` string, uri, nullable

## Other responses

- `401` — Unauthenticated
- `403` — Unauthorized

---

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