# Retrieve a list of all Bundles for an account. **GET /v2/RegulatoryCompliance/Bundles** Retrieve a list of all Bundles for an account. ## Servers - https://numbers.twilio.com: https://numbers.twilio.com () ## Authentication methods - Account sid auth token ## 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. - **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 `toll-free`. - **HasValidUntilDate** (boolean) Indicates that the Bundle is a valid Bundle until a specified expiration date. - **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(int64)) How many resources to return in each list page. The default is 50, and the maximum is 1000. - **Page** (integer) The page index. This value is simply for client state. - **PageToken** (string) The page token. This is provided by the API. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **results** (array[object]) - **meta** (object) [Powered by Bump.sh](https://bump.sh)