v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.WorkflowService

ListWorkflowExecutionActions

Lists workflow execution actions with optional filtering.

Use this method to:

  • Monitor individual action execution status
  • Debug action failures
  • Track resource usage per action

Examples

  • List execution actions for workflow execution:

    Shows all execution actions for a specific workflow execution.

    filter:
      workflowExecutionIds: ["d2c94c27-3b76-4a42-b88c-95a85e392c68"]
    pagination:
      pageSize: 20
    
post/gitpod.v1.WorkflowService/ListWorkflowExecutionActions

Query parameters

pageSizeinteger
tokenstring

Request body

Response

Success