Get the status of an Elasticsearch project
The response indicates whether the project is initialized and ready to be used. The phase will change from "initializing" to "initialized" when the project is ready.
GET /api/v1/serverless/projects/elasticsearch/{id}/status
curl \ --request GET 'https://api.elastic-cloud.com/api/v1/serverless/projects/elasticsearch/{id}/status' \ --header "Authorization: $API_KEY"