---
title: "Retrieve a list of dashboards with signed URLs"
method: GET
path: "/analytics/dashboards-urls"
tags: ["dashboards-urls"]
---

# Retrieve a list of dashboards with signed URLs

`GET /analytics/dashboards-urls`

Returns a list of all dashboards with signed URLs

## Query parameters

- `category` 'analytics' | 'home'
- `organization_id` string
- `$limit` number
- `$skip` number
- `$sort` object
  - `updated_at` number
  - `created_at` number

## Response `200`

- object — A paginated list of DashboardUrl objects
  - `total` number — The total amount of dashboard urls
  - `limit` number — The limit of dashboard urls on this query
  - `skip` number — Number of dashboard urls skipped
  - `data` DashboardsUrls[]
    - `id` string, required — Dashboard ID
    - `name` string — Dashboard name
    - `order` number — The dashboard order
    - `url` string, required — Signed URL of the dashboard
    - `category` 'analytics' | 'home'
    - `type` 'cluvio' | 'redash', required
    - `product` 'cmp' | 'pmp' | 'integration' | 'acm', required
    - `aggregation_period` 'monthly' | 'weekly' | 'daily' | 'hourly', required
    - `description` string — The dashboard description.
    - `illustration_ref` string — The illustration ref url.

---

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