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

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.ListWorkflowExecutionsRequest ListWorkflowExecutionsRequest lists workflow executions with optional filtering.

Response

gitpod.v1.ListWorkflowExecutionsResponse
gitpod.v1.ListWorkflowExecutionsRequest.Filter
gitpod.v1.PaginationRequest
gitpod.v1.PaginationResponse
gitpod.v1.Sort
WorkflowExecution represents a workflow execution instance.gitpod.v1.WorkflowExecution
WorkflowExecutionMetadata contains workflow execution metadata.gitpod.v1.WorkflowExecution.Metadata
WorkflowExecutionSpec contains the specification used for this execution.gitpod.v1.WorkflowExecution.Spec
WorkflowExecutionStatus contains the current status of a workflow execution.gitpod.v1.WorkflowExecution.Status