---
title: "Find dashboards by project"
method: GET
path: "/v1/private/projects/{projectId}/dashboards"
tags: ["Projects"]
---

# Find dashboards by project

`GET /v1/private/projects/{projectId}/dashboards`

Find dashboards scoped to a project

## Path parameters

- `projectId` string, uuid, required

## Query parameters

- `page` integer
- `size` integer
- `name` string — Filter dashboards by name (partial match, case insensitive)
- `sorting` string
- `filters` string

## Response `200`

Dashboard page

- DashboardPagePublic
  - `content` DashboardPublic[]
    - `id` string, uuid
    - `workspace_id` string
    - `project_id` string, uuid — Project ID. Takes precedence over project_name when both are provided.
    - `name` string, required
    - `slug` string
    - `type` 'multi_project' | 'experiments'
    - `scope` 'workspace' | 'insights'
    - `description` string
    - `config` JsonNodePublic, required
    - `created_by` string
    - `last_updated_by` string
    - `created_at` string, date-time
    - `last_updated_at` string, date-time
  - `page` integer
  - `size` integer
  - `total` integer
  - `sortable_by` string[]

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
