Skip to main content
GET
/
project
/
{projectId}
/
environment
/
stats
List total number of services for each environment of the project
curl --request GET \
  --url https://api.qovery.com/project/{projectId}/environment/stats \
  --header 'Authorization: <api-key>'
{
  "results": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "service_total_number": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Token API are generated by Qovery to manage machine to machine interaction and do not have a TTL. Prefix your token with "Token ". Curl Example: curl https://console.qovery.com/organization -H "Authorization: Token $qovery_token"

Path Parameters

projectId
string<uuid>
required

Project ID

Response

Get number of services

results
object[]