# Savings Plans All savings plans related paths. ## Retrieve a savings plan - [GET /savings_plans/{savings_plan_id}](https://docs.upvest.co/api/savings-plans/retrieve_savings_plan.md): Retrieve a savings plan specified by its ID. ## Delete a savings plan - [DELETE /savings_plans/{savings_plan_id}](https://docs.upvest.co/api/savings-plans/delete_savings_plan.md): Delete a savings plan specified by its ID. ## List savings plans - [GET /savings_plans](https://docs.upvest.co/api/savings-plans/list_savings_plans.md): List savings plans ## Create savings plan - [POST /savings_plans](https://docs.upvest.co/api/savings-plans/create_savings_plan.md): Create savings plan ## Retrieve savings plan execution - [GET /savings_plans/{savings_plan_id}/executions/{savings_plan_execution_id}](https://docs.upvest.co/api/savings-plans/retrieve_savings_plan_execution.md): Retrieve savings plan execution ## Delete savings plan execution - [DELETE /savings_plans/{savings_plan_id}/executions/{savings_plan_execution_id}](https://docs.upvest.co/api/savings-plans/delete_savings_plan_execution.md): Delete savings plan execution ## List savings plan executions - [GET /savings_plans/{savings_plan_id}/executions](https://docs.upvest.co/api/savings-plans/list_savings_plan_executions.md): List savings plan executions for a saving plan specified by its ID. ## Savings plan execution events - [POST Savings plan execution events](https://docs.upvest.co/api/savings-plans/savings_plan_execution_event.md): Savings plan execution events ## Savings plan events - [POST Savings plan events](https://docs.upvest.co/api/savings-plans/savings_plan_event.md): Savings plan events