Logo
Elasticsearch API Documentation

List Extensions

GET {{baseUrl}}/deployments/extensions?include_deployments=false

Retrieves all of the available extensions.

 

Body PARAM

Key Datatype Required Description 
include_deployments
boolean Include deployments referencing this extension. DEPRECATED: To get the list of deployments that reference an extension, use the Get Extension API.



HEADERS

Key Datatype Required Description 




RESPONSES

status OK





Curl
curl -X GET 'https://api.elastic-cloud.com/api/v1//deployments/extensions?include_deployments=false?include_deployments=false'

ENDPOINTS