Skip to main content
GET
GET /v1/dashboards

List Dashboards

List all dashboards with optional filtering and pagination.

Query Parameters

service
string
Filter by dashboard service fully qualified name.
limit
integer
default:"10"
Maximum number of results to return (max: 1000000).
before
string
Cursor for backward pagination.
after
string
Cursor for forward pagination.
fields
string
Comma-separated list of fields to include: owners, tags, followers, votes, extension, domains, charts, sourceHash. See Supported Fields below.
include
string
default:"non-deleted"
Include all, deleted, or non-deleted entities.
GET /v1/dashboards

Returns

Returns a paginated list of dashboard objects. By default, only basic fields are included. Use the fields parameter to request additional data.

Response

data
array
Array of dashboard objects.
paging
object
Pagination information.

Supported Fields

The following fields can be requested via the fields query parameter:

Error Handling