gitpod.v1.WorkflowService
ListWorkflowExecutions
Lists workflow executions with optional filtering.
Use this method to:
- Monitor workflow execution history
- Track execution status
- Debug workflow issues
Examples
-
List executions for workflow:
Shows all executions for a specific workflow.
filter: workflowIds: ["b0e12f6c-4c67-429d-a4a6-d9838b5da047"] pagination: pageSize: 20
post/gitpod.v1.WorkflowService/ListWorkflowExecutions
Query parameters
pageSizeinteger
tokenstring
Request body
Response
Success