Docs/API reference / Dashboards
List dashboards
Requires `developer_api.dashboards.list` on the project-scoped Developer API connection. Use the API origin supplied for your deployment. Unknown query parameters and unexpected request bodies are rejected.
The request panel saves credentials and API settings in this browser. Privacy details
Authorization
developerApiKey Project-scoped Developer API connection key. Grant only the required operation permissions.
In: header
Path Parameters
.*\S.*1 <= length <= 128Query Parameters
Search text.
length <= 256Include archived resources explicitly. Archived history still requires authorization.
falseMaximum entries to return. Defaults shown are repository defaults; deployed limits may differ.
1 <= value <= 10050Opaque cursor from next_cursor. Keep all filters, resource scope, time range, order, and authorization context unchanged.
1 <= length <= 16384Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/dev-api/v1/p/string/dashboards"{
"request_id": "string",
"data": [
{
"lifecycle_state": "active",
"archived_at": "2019-08-24T14:15:22Z",
"archived_by": {
"type": "user",
"id": "string"
},
"id": "string",
"name": "string",
"revision": 1,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"next_cursor": "string"
}