Production Areas (v2)
The v2 production-area endpoint exposes the catalogue used by legacy datasets. It is read-only and does not support filtering.
GET /v2/region/production-area
Returns the complete list of production areas.
Response fields (data[])
| Field | Type | Description | 
|---|---|---|
| area_id | integer | Production area identifier. | 
| area_name | string | Human-readable name. | 
| region | string | Regional grouping (may be null). | 
pagination.has_more is always false because the endpoint returns the full dataset. metadata echoes the request timestamp.
Example
curl -X GET "https://api.aquacloud.ai/v2/region/production-area" \
  -H "Authorization: Bearer $TOKEN" \
  -H "x-client-secret: $CLIENT_SECRET"