Viewport daemon, relay, and hosted runtime are available in alpha. Surfaces may change.
VIEWPORT
ReferenceAPI reference

Runs

7 operations in the Runs group.

GET /api/resources/{workspace}/workflow-runs

Operation ID: listWorkflowRuns

Parameters

NameInRequiredTypeDescription
workspacepathyesstring

Responses

StatusDescriptionSchema
200Run summaries.

POST /api/resources/{workspace}/workflow-runs

Operation ID: createWorkflowRun

Parameters

NameInRequiredTypeDescription
workspacepathyesstring

Responses

StatusDescriptionSchema
201Created run.

GET /api/resources/{workspace}/workflow-runs/{workflowRun}

Operation ID: getWorkflowRun

Parameters

NameInRequiredTypeDescription
workspacepathyesstring
workflowRunpathyesstring

Responses

StatusDescriptionSchema
200Run detail.WorkflowRunResponse

GET /api/resources/{workspace}/workflow-runs/{workflowRun}/story

Operation ID: getWorkflowRunStory

Parameters

NameInRequiredTypeDescription
workspacepathyesstring
workflowRunpathyesstring

Responses

StatusDescriptionSchema
200Redacted customer-facing run story projected from the workflow trace feed.WorkflowRunStoryResponse

GET /api/resources/{workspace}/workflow-runs/{workflowRun}/telemetry

Operation ID: getWorkflowRunTelemetry

Parameters

NameInRequiredTypeDescription
workspacepathyesstring
workflowRunpathyesstring

Responses

StatusDescriptionSchema
200Frontend run telemetry projected from persisted run trace, gateway usage, and receipt ledgers.WorkflowRunTelemetryResponse

GET /api/resources/{workspace}/workflow-runs/{workflowRun}/trace-feed

Operation ID: getWorkflowRunTraceFeed

Parameters

NameInRequiredTypeDescription
workspacepathyesstring
workflowRunpathyesstring

Responses

StatusDescriptionSchema
200Normalized run trace, audit, approval, and receipt timeline for UI run storytelling.WorkflowRunTraceFeedResponse

GET /api/resources/{workspace}/workflow-runs/{workflowRun}/trace-feed/export

Operation ID: exportWorkflowRunTraceFeed

Parameters

NameInRequiredTypeDescription
workspacepathyesstring
workflowRunpathyesstring

Responses

StatusDescriptionSchema
200Redacted workflow run trace export bundle for support, audit, and incident review.WorkflowRunTraceExportResponse

On this page