v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
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