---
title: "GET /dashboards"
method: GET
path: "/dashboards"
tags: ["dashboards"]
---

# GET /dashboards

`GET /dashboards`

List dashboards

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

OK

- ServerListDashboardResponse
  - `dashboards` MalakDashboard[], required
    - `chart_count` integer
    - `created_at` string
    - `description` string
    - `id` string
    - `reference` string
    - `title` string
    - `updated_at` string
    - `workspace_id` string
  - `message` string, required
  - `meta` ServerMeta, required
    - `paging` ServerPagingInfo, required
      - `page` integer, required
      - `per_page` integer, required
      - `total` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/ayinke-llc/apis/malak-s-api-documentation.md) · [All operations](https://skmtc.net/ayinke-llc/apis/malak-s-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ayinke-llc/malak-s-api-documentation/versions/3dff99ea5963/schema)
