---
title: "Get dashboard fields for rename"
method: GET
path: "/api/v1/projects/{projectUuid}/rename/dashboard/{dashboardUuid}/fields"
tags: ["Projects"]
---

# Get dashboard fields for rename

`GET /api/v1/projects/{projectUuid}/rename/dashboard/{dashboardUuid}/fields`

Get a list of fields from explores referenced by the dashboard's filters

## Path parameters

- `projectUuid` string, required
- `dashboardUuid` string, required

## Query parameters

- `table` string

## Response `200`

Success

- ApiRenameFieldsResponse
  - `results` object, required
    - `fields` object, 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)
