gitpod.v1.AgentService
GetAgentExecution
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:
agentExecutionId: "6fa1a3c7-fbb7-49d1-ba56-1890dc7c4c35"
post/gitpod.v1.AgentService/GetAgentExecution
Request body
Response
Success