Skip to main content
Unary · Workflows Lists outputs produced by workflow execution actions. Use this method to:
  • Retrieve test results, coverage metrics, or other structured data from executions
  • Aggregate outputs across multiple workflow executions
  • Build dashboards or reports from execution data

Examples

  • List outputs for a workflow execution: Retrieves all outputs produced by actions in the specified execution.

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.ListWorkflowExecutionOutputsRequest

Response

gitpod.v1.ListWorkflowExecutionOutputsResponse
gitpod.v1.AgentExecution.Status.OutputValue
gitpod.v1.ListWorkflowExecutionOutputsRequest.Filter
gitpod.v1.ListWorkflowExecutionOutputsResponse.ActionOutput
gitpod.v1.PaginationRequest
gitpod.v1.PaginationResponse