gitpod.v1.WorkflowService
GetWorkflowExecutionSummary
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:
filter: dateRange: startTime: "2026-03-05T00:00:00Z" endTime: "2026-03-12T00:00:00Z" -
Get execution summary for specific workflows:
filter: dateRange: startTime: "2026-03-01T00:00:00Z" endTime: "2026-03-12T00:00:00Z" workflowIds: ["b0e12f6c-4c67-429d-a4a6-d9838b5da047"]
post/gitpod.v1.WorkflowService/GetWorkflowExecutionSummary
Request body
Response
Success