Dashboards

List dashboards

GET
/workspaces/{workspaceId}/dashboards

Authorization

API key Dashboards: read
AuthorizationBearer <token>

API key (sf_...) with any of the required scopes. Generate it in the Spotflow portal on the settings page.

In: header

Scope: Dashboards: read

Path Parameters

workspaceId*string
Formatuuid

Response Body

application/json

curl -X GET "https://example.com/workspaces/00000000-0000-0000-0000-000000000001/dashboards"

All dashboards in the workspace.

[  {    "id": "j5Vd71rKw4Xc",    "name": "Smart locks analytics",    "description": "Monitors the behavior of the smart lock product.",    "createdAt": "2026-01-04T08:00:00+00:00",    "updatedAt": "2026-01-11T16:42:00+00:00",    "creatorSubjectId": "00000000-0000-0000-0000-0000000000aa",    "updaterSubjectId": "00000000-0000-0000-0000-0000000000bb"  },  {    "id": "k8Wf32nBy6Tm",    "name": "Fleet connectivity",    "description": "Connection drops and reconnect latency across the fleet.",    "createdAt": "2026-01-06T09:30:00+00:00",    "updatedAt": "2026-01-10T12:05:00+00:00",    "creatorSubjectId": "00000000-0000-0000-0000-0000000000aa",    "updaterSubjectId": "00000000-0000-0000-0000-0000000000aa"  }]