Skip to main content
Unary · Workflows Gets details about a specific workflow execution. Use this method to:
  • Check execution status
  • View execution results
  • Monitor execution progress

Examples

  • Get execution details: Retrieves information about a specific 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.GetWorkflowExecutionRequest GetWorkflowExecutionRequest gets details about a specific workflow execution.

Response

gitpod.v1.GetWorkflowExecutionResponse
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