---
title: "GET /v1/orgs/{org_id}/dashboards"
method: GET
path: "/v1/orgs/{org_id}/dashboards"
tags: ["Get Dashboards", "AI", "ServedByMCP"]
---

# GET /v1/orgs/{org_id}/dashboards

`GET /v1/orgs/{org_id}/dashboards`

Returns all dashboards of users in the org.

## Path parameters

- `org_id` string, required

## Query parameters

- `include_definitions` boolean

## Response `200`

OK

- DashboardDashboard[]
  - `created` string
  - `creator` string
  - `dashboard_id` string
  - `dashboard_name` string
  - `definition` object
  - `description` string
  - `org_id` string
  - `resource_accesses` DashboardResourceAccess[]
    - `domain` string
    - `facet_path` string
    - `query` string
    - `scope` string
  - `saved_views` object
  - `screenshot` DashboardScreenshot
    - `dark_url` string
    - `full_dark_url` string
    - `full_light_url` string — FullLightURL and FullDarkURL hold renders that are not card previews: a full-page PNG or a PDF export. They are kept apart from the pair above because the list scales the preview into a 120px card, where a full-page capture is an unreadable sliver — so exporting must not replace what the list shows.
    - `last_triggered_at` string
    - `last_updated_at` string
    - `light_url` string — LightURL and DarkURL are the card preview the dashboard list shows. They always hold a viewport-sized PNG.
    - `reported_error` boolean — ReportedError is set when the dashboard rendered into its error state. The images are still produced and Status is still ok — this says what they show.
    - `status` 'pending' | 'ok' | 'error'
  - `shared_hash` string
  - `sharing_security_settings` DashboardSharingSecuritySettings
    - `allowed_cidrs` string[]
    - `prefilter` string
    - `shared_until` string — in ISO format
  - `tags` string[]
  - `updated` string
  - `updater` string

---

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