--- title: "Get Agent Spec execution status" description: "Retrieve the current status and per-node execution info\nfor a running or completed Agent Spec execution.\n" source: https://flowdrop.io/docs/api/agent-spec/agentSpecGetExecutionStatus site: FlowDrop documentation --- # Get Agent Spec execution status `GET /agentspec/executions/{id}` Retrieve the current status and per-node execution info for a running or completed Agent Spec execution. ## Parameters - `id` · in path · string · required — Execution ID from the runtime ## Responses - `200` — Execution status retrieved successfully (`application/json`: AgentSpecExecutionStatus) - `404` — Resource not found (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Agent Spec*