# Retrieve a list of all Bundles for an account **GET /v2/RegulatoryCompliance/Bundles** Retrieve a list of all Bundles for an account. TODO: Resource-level docs ## Servers ## Parameters ### Query parameters - **Status** (string) The verification status of the Bundle resource. Please refer to [Bundle Statuses](https://www.twilio.com/docs/phone-numbers/regulatory/api/bundles#bundle-statuses) for more details. - **FriendlyName** (string) The string that you assigned to describe the resource. The column can contain 255 variable characters. - **HasValidUntilDate** (boolean) Indicates that the Bundle is a valid Bundle until a specified expiration date. - **RegulationSid** (string) The unique string of a [Regulation resource](https://www.twilio.com/docs/phone-numbers/regulatory/api/regulations) that is associated to the Bundle resource. - **IsoCountry** (string) The 2-digit [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Bundle's phone number country ownership request. - **NumberType** (string) The type of phone number of the Bundle's ownership request. Can be `local`, `mobile`, `national`, or `tollfree`. - **SortBy** (string) Can be `valid-until` or `date-updated`. Defaults to `date-created`. - **SortDirection** (string) Default is `DESC`. Can be `ASC` or `DESC`. - **ValidUntilDate** (string(date-time)) Date to filter Bundles having their `valid_until_date` before or after the specified date. Can be `ValidUntilDate>=` or `ValidUntilDate<=`. Both can be used in conjunction as well. [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) is the acceptable date format. - **ValidUntilDate<** (string(date-time)) Date to filter Bundles having their `valid_until_date` before or after the specified date. Can be `ValidUntilDate>=` or `ValidUntilDate<=`. Both can be used in conjunction as well. [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) is the acceptable date format. - **ValidUntilDate>** (string(date-time)) Date to filter Bundles having their `valid_until_date` before or after the specified date. Can be `ValidUntilDate>=` or `ValidUntilDate<=`. Both can be used in conjunction as well. [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) is the acceptable date format. - **PageSize** (integer) How many resources to return in each list page. The default is 50, and the maximum is 1000. ## Responses ### 200 OK #### Body: (object) - **meta** (object) - **results** (array[object]) [Powered by Bump.sh](https://bump.sh)