# List regions **GET /api/accounts/{account_id}/regions** Returns a list of regions for an account, paginated according to the pagination parameters. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ### Path parameters - **account_id** (string) The ID of the account for which to list the regions ### Query parameters - **filter** (string) criteria to filter by - **sort** (string) criteria to sort by - **search** (string) criteria to search by - **limit** (string) amount of results per page to return - **page** (string) page number ## Responses ### 200 OK #### Body: application/json (object) - **data** (array[object]) Regions data - **limit** (number) The number of items per page currently applied - **page** (number) The number of the page returned - **pages** (number) The total number of pages matching the current search - **total** (number) The total number of regions matching the query ### 401 Unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)