---
title: "List Endpoint"
method: POST
path: "/user/dashboard/list"
tags: ["user"]
---

# List Endpoint

`POST /user/dashboard/list`

List the metadata of all dashboards for the given

To get the full content of a dashboard, use the `/get` enpoint. The
returned `revision` fields can be used to perform updates using the
`/store` endpoint.

## Request body

- ListDashboardRequest
  - `tenant_id` string, required

## Response `200`

Successful Response

- ListDashboardResponse
  - `dashboards` DashboardRevisionSummary[], required
    - `metadata` DashboardRevisionMetadata, required
      - `update_time` string, required
      - `revision` string, required
      - `dashboard_id` string, required
    - `summary` object, required

## Other responses

- `403` — `{"detail": "Invalid API Key"}`
- `404` — `{"detail": "Dashboard not found"}`
- `422` — Validation Error

---

[API](https://skmtc.dev/tenzir/apis/tenzir-platform-api.md) · [All operations](https://skmtc.dev/tenzir/apis/tenzir-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tenzir/tenzir-platform-api/revisions/1c6c33bb8ba3/schema)
