GET
/
api
/
v2
/
dashboards
/
{dashboardId}
/
screens
/
{*}
"<any>"

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

not
any
deploymentId
string

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

Response

200
application/json

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