# Get a region **GET /api/v1/serverless/regions/{id}** Retrieve the details of a cloud service provider region. ## Servers - https://api.elastic-cloud.com: https://api.elastic-cloud.com () ## Authentication methods - Api key ## Parameters ### Path parameters - **id** (string) ID of the region ## Responses ### 200 The requested region #### Body: application/json (object) - **id** (string) Unique human-readable identifier for a region in Elastic Cloud. - **name** (string) The human readable name for the region - **csp** (string) The identifier of the cloud service provider hosting this region. - **csp_region** (string) The unique identifier of the underlying cloud service provider region. - **country_code** (string) ISO 3166-1 alpha-2 country code which this region is associated with - **project_creation_enabled** (boolean) Specifies whether the region is available for project creation ### 404 Not Found #### Body: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)