---
title: "Fetch a specific BulkHostedNumberOrder."
method: GET
path: "/v2/HostedNumber/Orders/Bulk/{BulkHostingSid}"
tags: ["NumbersV2BulkHostedNumberOrder"]
---

# Fetch a specific BulkHostedNumberOrder.

`GET /v2/HostedNumber/Orders/Bulk/{BulkHostingSid}`

Fetch a specific BulkHostedNumberOrder.

## Path parameters

- `BulkHostingSid` string, required

## Query parameters

- `OrderStatus` string

## Response `200`

OK

- NumbersV2BulkHostedNumberOrder
  - `bulk_hosting_sid` string, nullable — A 34 character string that uniquely identifies this BulkHostedNumberOrder.
  - `request_status` 'QUEUED' | 'IN_PROGRESS' | 'PROCESSED' — A string that shows the status of the current Bulk Hosting request, it can vary between these values: 'QUEUED','IN_PROGRESS','PROCESSED'
  - `friendly_name` string, nullable — A 128 character string that is a human-readable text that describes this resource.
  - `notification_email` string, nullable — Email address used for send notifications about this Bulk hosted number request.
  - `date_created` string, date-time, nullable — The date this resource was created, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format.
  - `date_completed` string, date-time, nullable — The date that this resource was completed, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format.
  - `url` string, uri, nullable — The URL of this BulkHostedNumberOrder resource.
  - `total_count` integer — The total count of phone numbers in this Bulk hosting request.
  - `results` unknown[], nullable — Contains a list of all the individual hosting orders and their information, for this Bulk request. Each result object is grouped by its order status. To see a complete list of order status, please check 'https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/hosted-number-order-resource#status-values'.
    - unknown

---

[API](https://skmtc.net/twilio/apis/numbers-v2.md) · [All operations](https://skmtc.net/twilio/apis/numbers-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/numbers-v2/revisions/4e238625c212/schema)
