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

# List dashboards

`GET /sights`

Gets a list of all dashboards that the user has access to.

> **Note:** For pagination guidance, refer to [Token-based pagination](/api/smartsheet/guides/basics/pagination#token-based-pagination).

## Query parameters

- `numericDates` boolean
- `lastKey` string
- `maxItems` integer

## Response `200`

IndexResult object containing an array of Dashboard objects with a subset of attributes.

**Note:** For pagination guidance, refer to [Pagination](/api/smartsheet/guides/basics/pagination).

- object
  - `lastKey` string — A token that is used to retrieve the next page of results when passed as the `lastKey` query parameter. This value will be absent when there are no further pages.
  - `data` SightListItem[] — List of Dashboards
    - `name` string — Dashboard name.

## Other responses

- `default` — Generic Error Payload

---

[API](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/smartsheet-openapi-reference/versions/b4afda95fb51/schema)
