Get Elasticsearch projects
Fetches a list of Elasticsearch projects.
Query parameters
-
Filters the returned list of projects. Only projects associated with the provided traffic_filter will be returned.
-
Contains a project ID. If specified, the result will be filtered to only those origin projects that are linked to the specified project ID in a CPS configuration.
Format should match the following pattern:
^[a-z0-9]{32}$
.
GET
/api/v1/serverless/projects/elasticsearch
curl \
--request GET 'https://api.elastic-cloud.com/api/v1/serverless/projects/elasticsearch' \
--header "Authorization: $API_KEY"