Savings Plans

List savings plan executions

List savings plan executions for a saving plan specified by its ID.

get/savings_plans/{savings_plan_id}/executions

Query parameters

start_datestring

Returns savings plan executions starting from and including this date (UTC)

end_datestring

Returns savings plan executions up to this date (UTC)

sort'execution_date' | 'created_at' | 'updated_at'

Sort the result by execution_date, created_at, or updated_at.

order'ASC' | 'DESC'

Sort order of the result list if the sort parameter is specified. Use ASC for ascending or DESC for descending sort order.

offsetinteger

Use the offset argument to specify where in the list of results to start when returning items for a particular query.

limitinteger

Use the limit argument to specify the maximum number of items returned.

Response

OK