---
title: "List custom metrics"
method: GET
path: "/api/v1/projects/{projectUuid}/custom-metrics"
tags: ["Projects"]
deprecated: true
---

# List custom metrics

`GET /api/v1/projects/{projectUuid}/custom-metrics`

> **Deprecated.**

Get all custom metrics in a project

## Path parameters

- `projectUuid` string, required

## Response `200`

Success

- object
  - `results` object[], required
    - `chartUrl` string, required
    - `chartLabel` string, required
    - `yml` string, required
    - `modelName` string, required
    - `label` string, required
    - `name` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

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