---
title: "Get all dashboards"
method: GET
path: "/api/v2/dashboards"
tags: ["Dashboards"]
---

# Get all dashboards

`GET /api/v2/dashboards`

List dashboards with optional filters and pagination.

## Query parameters

- `filter` union — Filter schema for `dashboard` list endpoints — pass a single condition or a logical group.
  - FilterDashboard — Filter parameters for dashboards.
    - `project_id` union — Filter by the associated project.
      - ProjectId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_contain` ProjectId — unresolved $ref
        - `not_eq` ProjectId — unresolved $ref
        - `eq` ProjectId — unresolved $ref
        - `contains` ProjectId — unresolved $ref
    - `editable` union — Filter to include only dashboards the current user can edit.
      - object — Filter using explicit operator syntax.
        - `not_eq` Editable — unresolved $ref
        - `not_contain` Editable — unresolved $ref
        - `contains` Editable — unresolved $ref
        - `eq` Editable — unresolved $ref
      - Editable — unresolved $ref
    - `query` union — Search dashboards by name (text search).
      - object — Filter using explicit operator syntax.
        - `eq` Query — unresolved $ref
        - `not_contain` Query — unresolved $ref
        - `contains` Query — unresolved $ref
        - `not_eq` Query — unresolved $ref
      - Query — unresolved $ref
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.
- `sort` string[]

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection dashboard

---

[API](https://skmtc.net/productive/apis/api-documentation.md) · [All operations](https://skmtc.net/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/11e8576224b8/schema)
