# Get execution plan by ID Endpoint: GET /v1/execution-plans/{planId} Version: 2.0.0 Security: oAuth2 ## Path parameters: - `planId` (string, required) ## Response 200 fields (application/json): - `planId` (string, required) Example: "pln_01JH..." - `quoteId` (string, required) - `status` (string, required) Enum: "planned", "executing", "completed", "failed" - `steps` (array, required) - `steps.step` (integer) - `steps.provider` (string) - `steps.action` (string) - `createdAt` (string, required) ## Response 404 fields