Skip to main content

Fetches all dashboards in the project.

GET /api/v1/projects/:project_id/dashboards

Fetches all dashboards in the project by project ID

Path Parameters
  • project_id string required

    Project ID

Responses

Success" {"ok":1,"data":{"dashboards":["<dashboard_id>"]}, "message": "<message>"}

Schema
    Loading...