Skip to main content
Unary · Agents Gets details about a specific agent run, including its metadata, specification, and status (phase, error messages, and usage statistics). Use this method to:
  • Monitor the run’s progress
  • Retrieve the agent’s conversation URL
  • Check if an agent run is actively producing output

Examples

  • Get agent run details by ID:

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.GetAgentExecutionRequest

Response

gitpod.v1.GetAgentExecutionResponse
gitpod.v1.AgentExecution
gitpod.v1.AgentExecution.Metadata
gitpod.v1.AgentExecution.Spec
gitpod.v1.AgentExecution.Status
AgentExecutionFailureReason represents the reason why an agent execution failed
AgentExecutionRole represents the role of an agent execution
AgentMode defines the operational mode of an agent
SupportedModel enumerates the LLM models available for agent executions