Skip to main content
Unary · Workflows 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.

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.ListWorkflowExecutionActionsRequest ListWorkflowExecutionActionsRequest lists workflow execution actions with optional filtering.

Response

gitpod.v1.ListWorkflowExecutionActionsResponse
gitpod.v1.ListWorkflowExecutionActionsRequest.Filter
gitpod.v1.PaginationRequest
gitpod.v1.PaginationResponse
WorkflowExecutionAction represents a workflow execution action instance.gitpod.v1.WorkflowExecutionAction
WorkflowExecutionActionMetadata contains workflow execution action metadata.gitpod.v1.WorkflowExecutionAction.Metadata
WorkflowExecutionActionSpec contains the specification for this execution action.gitpod.v1.WorkflowExecutionAction.Spec
WorkflowExecutionActionStatus contains the current status of a workflow execution action.gitpod.v1.WorkflowExecutionAction.Status
WorkflowExecutionActionPhase defines the phases of workflow execution action.