---
title: "Available Dashboards"
method: GET
path: "/v2/dashboards/available"
tags: ["Dashboards"]
---

# Available Dashboards

`GET /v2/dashboards/available`

Dashboards available to the current user.

## Response `200`

Dashboards

- Dashboard[]
  - `id` integer — ID
  - `name` string — Name
  - `data` object — JSON data structure
  - `is_public` boolean — True if the dashboard is public
  - `created_at` string, date — Creation date-time
  - `updated_at` string, date — Updated date-time
  - `user` object — Optional owning user
    - `id` integer
    - `name` string

---

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