---
title: "Get all dashboards in an account."
method: GET
path: "/dashboards"
tags: ["Dashboard"]
---

# Get all dashboards in an account.

`GET /dashboards`

Returns all dashboards in an account.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

All dashboards will be returned by this call.

- DashboardResponseContainer
  - `meta` PaginationInfo
    - `page` integer — The current page of this get request
    - `page_size` integer — The current page-size of this get request
    - `total_items` integer — The total number of queryable items
  - `items` Dashboard[]
    - `id` integer — The dashboard identifier. This will be used with all API calls at dashboard level.
    - `name` string — Name of the dashboard.
    - `phone` string — Texting number associated with this dashboard.
    - `timeZoneId` string — The Time Zone of this dashboard. Used in Autoresponders and handling scheduling around time changes

## Other responses

- `401` — Unauthorized. Sent if the API key is omitted or invalid.

---

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