> ## 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.

# Get purchased phone numbers

> Use this action to list all phone numbers purchased for your Daily domain. Learn more in [Daily's documentation](https://docs.daily.co/reference/rest-api/phone-numbers/purchased-phone-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>

### Returned Values

| **Field**         | **Type**    | **Description**                                    |
| ----------------- | ----------- | -------------------------------------------------- |
| **total count**   | Number      | Total number of phone numbers purchased.           |
| **ids**           | Text (list) | List of unique identifiers for purchased numbers.  |
| **phone numbers** | Text (list) | List of all purchased phone numbers.               |
| **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>
