> ## Documentation Index
> Fetch the complete documentation index at: https://tools.lunchpaillabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List phone numbers

> Use this action to view available phone numbers. Learn more in [Daily's documentation](https://docs.daily.co/reference/rest-api/phone-numbers/list-available-numbers). Phone numbers are pay-as-you-go, so be sure to [add your credit card](https://dashboard.daily.co/billing) to your Daily account to enable this feature.

export const feature_0 = "action"

<Warning>
  🔐 Bundle plugin only: This {feature_0} is exclusive to the [Video, Audio & Live
  Bundle](/bubble/video-audio-live-bundle/getting-started). Get the bundle
  plugin
  [here](https://bubble.io/plugin/video-audio--live-bundle-1727441795463x240182085842370560).
</Warning>

### Fields

| **Field**      | **Type** | **Description**                                                                                                                                                    |
| -------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **area code**  | Text     | An areacode to search within.                                                                                                                                      |
| **region**     | Text     | A region or state to search within. Must be an ISO 3166-2 alpha-2 code, i.e. CA for California. Cannot be used in combination with areacode.                       |
| **city**       | Text     | A specific City to search within. Example, New York. Must be used in combination with region. Cannot be used with areacode, starts\_with, contains, or ends\_with. |
| **contains**   | Text     | A string of 3 to 7 digits that should appear somewhere in the number.                                                                                              |
| **start with** | Text     | A string of 3 to 7 digits that should be used as the start of a number. Cannot be used in combination with contains or ends\_with.                                 |
| **ends with**  | Text     | A string of 3 to 7 digits that should be used as the end of a number. Cannot be used in combination with starts\_with or contains.                                 |

⚠️ Important Notes:

* Enter either an area code or a region—using both will result in an error.
* To use the city field, you must also enter a region.
* Pick one field: contains, starts with, or ends with—using more than one will cause an error.

### Returned Values

| **Field**         | **Type**    | **Description**                                        |
| ----------------- | ----------- | ------------------------------------------------------ |
| **phone numbers** | Text (list) | List of available phone numbers matching the criteria. |
| **error**         | Boolean     | Indicates if an error occurred during the request.     |
| **error message** | Text        | Description of any error that occurred.                |
| **error status**  | Number      | Numeric error status code.                             |

<CardGroup cols={2}>
  <Card title="Need Help?" icon="envelope" href="/support/plans">
    View our options for free community and priority support.
  </Card>

  <Card title="Have a feature request?" icon="lightbulb" href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=daily-video-plugin-for-bubble">
    Post your feature request on our

    <a href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=daily-video-plugin-for-bubble">
      idea board.
    </a>
  </Card>
</CardGroup>
