---
title: "List requirement groups"
method: GET
path: "/requirement_groups"
tags: ["Requirement Groups"]
---

# List requirement groups

`GET /requirement_groups`

Returns regulatory requirement groups for the account. Results can be filtered by country, number type, action, approval status, and customer reference.

## Query parameters

- `filter` object
  - `action` 'ordering' | 'porting' | 'action' — Filter requirement groups by action type
  - `country_code` string — Filter requirement groups by country code (iso alpha 2)
  - `customer_reference` string — Filter requirement groups by customer reference
  - `phone_number_type` 'local' | 'toll_free' | 'mobile' | 'national' | 'shared_cost' — Filter requirement groups by phone number type.
  - `status` 'approved' | 'unapproved' | 'pending-approval' | 'declined' | 'expired' — Filter requirement groups by status

## Response `200`

List requirement groups

- RequirementGroup[]
  - `action` string
  - `country_code` string
  - `created_at` string, date-time
  - `customer_reference` string
  - `id` string
  - `phone_number_type` string
  - `record_type` string
  - `regulatory_requirements` UserRequirement[]
    - `created_at` string, date-time
    - `expires_at` string, date-time
    - `field_type` string
    - `field_value` string
    - `requirement_id` string
    - `status` 'approved' | 'unapproved' | 'pending-approval' | 'declined' | 'expired'
    - `updated_at` string, date-time
  - `status` 'approved' | 'unapproved' | 'pending-approval' | 'declined' | 'expired'
  - `updated_at` string, date-time

## Other responses

- `400` — Bad request, the request was unacceptable, often due to missing a required parameter.
- `401` — Unauthorized
- `422` — Unprocessable entity. Check the 'detail' field in response for details.
- `500` — Unexpected error

## Changes

- **2026-08-17** `1571b0380bd7` — 12 breaking, 4 info
  - the response property `errors/items/code` became optional for the status `400`
  - the response property `errors/items/code` became optional for the status `401`
  - the response property `errors/items/code` became optional for the status `422`
  - the response property `errors/items/code` became optional for the status `500`
  - …12 more
- **2026-08-04** `8f5f4e537994` — 4 breaking, 4 warning, 8 info
  - the `errors/items/code` response's property type/format changed from `string`/`` to `integer`/`int32` for status `400`
  - the `errors/items/code` response's property type/format changed from `string`/`` to `integer`/`int32` for status `401`
  - the `errors/items/code` response's property type/format changed from `string`/`` to `integer`/`int32` for status `422`
  - the `errors/items/code` response's property type/format changed from `string`/`` to `integer`/`int32` for status `500`
  - …12 more

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/requirement_groups/get.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
