Skip to main content
GET
cURL
Classic dashboards reach end of life on January 20, 2027. After this date, classic dashboards are no longer supported. Migrate to standard dashboards to avoid disruption.
Classic dashboard API endpoints are not available for organizations on standard dashboards. Requests to these endpoints return an error. To manage dashboards programmatically in these environments, use the standard dashboard endpoints. For information about your organization’s dashboard configuration, contact Chronosphere Support.

Authorizations

API-Token
string
header
required

Chronosphere API token

Query Parameters

page.max_size
integer<int64>

Sets the preferred number of items to return per page. If set to 0, the server will use its default value. Regardless of the value specified, clients must never assume how many items will be returned.

page.token
string

An opaque page token that identifies which page the client should request. An empty value indicates the first page.

slugs
string[]

Filters results by slug, where any ClassicDashboard with a matching slug in the given list (and matches all other filters) will be returned.

bucket_slugs
string[]

Filters results by bucket_slug, where any ClassicDashboard with a matching bucket_slug in the given list (and matches all other filters) will be returned.

collection_slugs
string[]

Filters results by collection_slug, where any ClassicDashboard with a matching collection_slug in the given list (and matches all other filters) will be returned.

names
string[]

Filters results by name, where any ClassicDashboard with a matching name in the given list (and matches all other filters) will be returned.

include_dashboard_json
boolean

Optional flag to populate the dashboard_json of the returned dashboards. By default, dashboard_json will be left empty.

Response

A successful response.

classic_dashboards
object[]
page
object