GET
/
api
/
v2
/
workflow-runs
/
{workflowRunId}
/
screens
/
{*}
"<any>"

Path Parameters

workflowRunId
string
required

The unique identifier of the workflow run for which to retrieve an asset.

*
string
required

The path to the screen asset (e.g., 'screens/step-1-screen.tsx'.)

Response

200
application/json

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