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

# List requirement groups

`GET /requirement_groups`

## Query parameters

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

## Response `200`

List requirement groups

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

---

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