Skip to main content
GET
/
api
/
v1
/
config
/
dashboards
/
{slug}
cURL
curl --request GET \
  --url https://tenant.chronosphere.io/api/v1/config/dashboards/{slug} \
  --header 'API-Token: <api-key>'
{
  "dashboard": {
    "name": "<string>",
    "collection": {
      "slug": "<string>",
      "type": "SIMPLE"
    },
    "collection_slug": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "dashboard_json": "<string>",
    "labels": {},
    "slug": "<string>",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

API-Token
string
header
required

Chronosphere API token

Path Parameters

slug
string
required

Response

A successful response.

dashboard
object