> For the complete documentation index, see [llms.txt](https://docs.bird.com/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/api/accounts-api/api-reference/region-groups.md).

# Region groups

## List data policy groups

> List all defined groups for workspace data policies.

```json
{"openapi":"3.0.3","info":{"title":"Accounts","version":"v1"},"tags":[{"description":"Manage the MessageBird One platform.","name":"admin"}],"servers":[{"url":"https://api.bird.com","description":"Production API"}],"security":[{"accessKey":[]}],"components":{"securitySchemes":{"accessKey":{"description":"Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')","scheme":"AccessKey","type":"http"}},"schemas":{"RegionGroupList":{"type":"object","title":"RegionGroupList","properties":{"results":{"type":"array","description":"A list of region groups","items":{"$ref":"#/components/schemas/RegionGroup"}}},"required":["results"]},"RegionGroup":{"type":"object","title":"RegionGroup","description":"A definition of a group of regions to be used for data storage policies.","properties":{"name":{"type":"string","description":"The unique name for this group."},"availability":{"type":"string","description":"The availability of the region group.","enum":["generalAvailability","earlyAccess","retired"]},"regions":{"type":"array","description":"A list of AWS regions which together make up the region group.","items":{"type":"string","title":"An AWS region name"}}},"required":["name","availability","regions"]},"responseBody":{"type":"object","title":"PaginatedList","description":"A list of results that supports pagination.","properties":{"nextPageToken":{"type":"string","description":"The token to fetch the next page of results. If empty, there are no more results to fetch."}}}}},"paths":{"/region-groups":{"get":{"description":"List all defined groups for workspace data policies.","operationId":"listRegionGroups","responses":{"200":{"content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/RegionGroupList"},{"$ref":"#/components/schemas/responseBody"}]}}},"description":"OK"}},"summary":"List data policy groups","tags":["admin"]}}}}
```
