Skip to main content
GET
/
dashboards
List dashboardss
curl --request GET \
  --url https://api.quivo.co/dashboards
{
  "graphs": [
    {
      "name": "<string>",
      "slug": "<string>",
      "description": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.quivo.co/llms.txt

Use this file to discover all available pages before exploring further.

Response

Returns an array of dashboard configurations available to the authenticated account.

Dashboard configuration and data. Contains dashboard settings, visualization preferences, and aggregated metrics.

graphs
object[]

Array of graph items