Stack - Versions - CRUDedit

Get stack versionsedit

By default, retrieves only the available Elastic Stack versions. To retrieve all of the Elastic Stack versions, use the show_deleted parameter.

Requestedit

GET /api/v1/stack/versions

Query parametersedit

Name Type Required Description

show_deleted

boolean; default: false

N

Whether to show deleted stack versions or not

show_unusable

boolean; default: false

N

Whether to show versions that are unusable by the authenticated user

Responsesedit

200

(StackVersionConfigs)

The list of all available Elastic Stack versions are retrieved, including the template version and structure.

Request exampleedit

curl -XGET https://api.elastic-cloud.com/api/v1/stack/versions \
-H "Authorization: ApiKey $EC_API_KEY"