Skip to main content
GET
List Charts

Authorizations

X-Blockworks-API-Key
string
header
required

API key sent in the X-Blockworks-API-Key header. Send it on its own: the charts endpoints reject a request that carries a second credential.

Query Parameters

page
integer
default:1

Page number, starting at 1.

Required range: x >= 1
limit
integer
default:100

Charts per page.

Required range: 1 <= x <= 100

Case-insensitive substring matched against the chart title and the titles of the dashboards it appears on.

Response

One page of charts.

page
integer
required

The page returned.

total
integer
required

Number of charts matching the request across all pages.

data
object[]
required