--- title: "Get Agent Spec execution results" description: "Retrieve the final results of a completed Agent Spec execution.\nReturns null/404 if the execution is still running or was cancelled.\n" source: https://flowdrop.io/docs/api/agent-spec/agentSpecGetExecutionResults site: FlowDrop documentation --- # Get Agent Spec execution results `GET /agentspec/executions/{id}/results` Retrieve the final results of a completed Agent Spec execution. Returns null/404 if the execution is still running or was cancelled. ## Parameters - `id` · in path · string · required — Execution ID from the runtime ## Responses - `200` — Execution results retrieved successfully (`application/json`: AgentSpecExecutionResults) - `404` — Resource not found (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Agent Spec*