---
title: "List metric owners"
method: GET
path: "/api/v1/projects/{projectUuid}/dataCatalog/metrics/owners"
tags: ["Catalog"]
---

# List metric owners

`GET /api/v1/projects/{projectUuid}/dataCatalog/metrics/owners`

Get distinct metric owners for filter dropdown

## Path parameters

- `projectUuid` string, required

## Response `200`

Success

- object
  - `results` CatalogOwner[], required
    - `email` string, required
    - `lastName` string, required
    - `firstName` string, required
    - `userUuid` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

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