Skip to main content
Unary · Workflows Returns aggregate counts of workflow executions within a time range. Use this method to:
  • Get a summary of successful, failed, and total executions
  • Build dashboard views of automation activity

Examples

  • Get execution summary for the last 7 days:
  • Get execution summary for specific workflows:

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.GetWorkflowExecutionSummaryRequest GetWorkflowExecutionSummaryRequest returns aggregate counts of workflow executions.

Response

gitpod.v1.GetWorkflowExecutionSummaryResponse
DateRange specifies a time period for queries.gitpod.v1.DateRange
gitpod.v1.GetWorkflowExecutionSummaryRequest.Filter