---
title: "Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument."
method: GET
path: "/v2/HostedNumber/AuthorizationDocuments/{SigningDocumentSid}/DependentHostedNumberOrders"
tags: ["NumbersV2DependentHostedNumberOrder"]
---

# Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument.

`GET /v2/HostedNumber/AuthorizationDocuments/{SigningDocumentSid}/DependentHostedNumberOrders`

Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument.

## Path parameters

- `SigningDocumentSid` string, required

## Query parameters

- `Status` 'received' | 'verified' | 'pending-loa' | 'carrier-processing' | 'completed' | 'failed' | 'action-required' — Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses.
- `PhoneNumber` string, phone-number
- `IncomingPhoneNumberSid` string
- `FriendlyName` string
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `items` NumbersV2AuthorizationDocumentDependentHostedNumberOrder[]
    - `sid` string, nullable — A 34 character string that uniquely identifies this Authorization Document
    - `bulk_hosting_request_sid` string, nullable — A 34 character string that uniquely identifies the bulk hosting request associated with this HostedNumberOrder.
    - `next_step` string, nullable — The next step you need to take to complete the hosted number order and request it successfully.
    - `account_sid` string, nullable — The unique SID identifier of the Account.
    - `incoming_phone_number_sid` string, nullable — A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder.
    - `address_sid` string, nullable — A 34 character string that uniquely identifies the Address resource that represents the address of the owner of this phone number.
    - `signing_document_sid` string, nullable — A 34 character string that uniquely identifies the LOA document associated with this HostedNumberOrder.
    - `phone_number` string, phone-number, nullable — An E164 formatted phone number hosted by this HostedNumberOrder.
    - `capabilities` object, nullable — A mapping of capabilities this hosted phone number will have enabled on Twilio's platform.
      - `mms` boolean
      - `sms` boolean
      - `voice` boolean
      - `fax` boolean
    - `friendly_name` string, nullable — A human readable description of this resource, up to 128 characters.
    - `status` 'received' | 'verified' | 'pending-loa' | 'carrier-processing' | 'completed' | 'failed' | 'action-required' — Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses.
    - `failure_reason` string, nullable — A message that explains why a hosted_number_order went to status "action-required"
    - `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_updated` string, date-time, nullable — The date that this resource was updated, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format.
    - `email` string, nullable — Email of the owner of this phone number that is being hosted.
    - `cc_emails` string[], nullable — Email recipients who will be informed when an Authorization Document has been sent and signed
    - `contact_title` string, nullable — The title of the person authorized to sign the Authorization Document for this phone number.
    - `contact_phone_number` string, phone-number, nullable — The contact phone number of the person authorized to sign the Authorization Document.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[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/versions/4e238625c212/schema)
