---
title: "Get info on this specific dashboard"
method: GET
path: "/dashboards/{dashboard_id}"
tags: ["Dashboard"]
---

# Get info on this specific dashboard

`GET /dashboards/{dashboard_id}`

Returns the name and phone of the dashboard.

## Path parameters

- `dashboard_id` integer, required

## Response `200`

Info on the specified dashboard.

- 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

- `400` — Thrown if the dashboard id is invalid.
- `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)
