GET
/
v1
/
dashboards
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/dashboards/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "818738e1-d3c0-40d1-882d-ef57f6370615",
    "type": "dashboards",
    "attributes": {
      "team_id": 98,
      "user_id": 98,
      "name": "Dashboard 10",
      "description": null,
      "slug": "dashboard-10",
      "public": false,
      "owner": "team",
      "range": "Last 30 Days",
      "period": "day",
      "color": "#FCF2CF",
      "icon": "📊",
      "auto_refresh": false,
      "updated_at": "2025-03-26T23:18:44.924-07:00",
      "created_at": "2025-03-26T23:18:44.924-07:00"
    },
    "relationships": {
      "panels": {
        "data": []
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

include
enum<string>

comma separated if needed. eg: panels

Available options:
panels

Response

200
application/vnd.api+json
dashboard found
data
object
required