Skip to main content

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[])

FieldTypeDescription
area_idintegerProduction area identifier.
area_namestringHuman-readable name.
regionstringRegional 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"