Skip to main content
GET
Dashboard screen asset

Path Parameters

dashboardId
string
required

The unique identifier of the dashboard whose asset is being requested.

*
string
required

The path to the screen asset (e.g., 'index.html' or 'assets/app.js').

Query Parameters

deploymentId
string

Optional dashboard deployment id to fetch assets from (e.g. dev deployment). If omitted, the production deployment is used.

Response

The requested asset content. The Content-Type header will indicate the asset's MIME type.