Runtime APIExecute agent runs, check status, view step traces, and cancel running executions.POST/api/v1/agents/:id/runExecute an agent run with the given input.GET/api/v1/agents/:id/runsList all runs for an agent with pagination.GET/api/v1/agents/:id/runs/:runIdGet detailed run information including output and metrics.GET/api/v1/agents/:id/runs/:runId/stepsGet step-by-step execution trace for a run.DELETE/api/v1/agents/:id/runs/:runIdCancel a running execution.PreviousAgents APINextTools API