Fetches a list of Observability projects.
Query parameters
-
traffic filters associated with this project
-
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 cross-project search configuration.
Format should match the following pattern:
^[a-z0-9]{32}$.
GET
/api/v1/serverless/projects/observability
curl \
--request GET 'https://api.elastic-cloud.com/api/v1/serverless/projects/observability' \
--header "Authorization: $API_KEY"