---
title: "Retrieve a sub number orders report"
method: GET
path: "/sub_number_orders/report/{report_id}"
tags: ["Phone Number Orders"]
---

# Retrieve a sub number orders report

`GET /sub_number_orders/report/{report_id}`

Get the status and details of a sub number orders report.

## Path parameters

- `report_id` string, uuid, required

## Response `200`

Sub number orders report response

- object
  - `data` SubNumberOrdersReport
    - `id` string, uuid — Identifies the resource.
    - `order_type` string — The type of order report.
    - `filters` object — The filters that were applied to generate this report
      - `status` string
      - `country_code` string
      - `created_at_gt` string, date-time
      - `created_at_lt` string, date-time
      - `order_request_id` string, uuid
      - `customer_reference` string
    - `status` 'pending' | 'success' | 'failed' | 'expired' — Indicates the completion level of the sub number orders report. The report must have a status of 'success' before it can be downloaded.
    - `user_id` string, uuid — The ID of the user who created the report.
    - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
    - `updated_at` string, date-time — ISO 8601 formatted date indicating when the resource was updated.

## Other responses

- `400` — Bad request, the request was unacceptable, often due to missing a required parameter.
- `401` — Unauthorized
- `404` — The requested resource doesn't exist.
- `422` — Unprocessable entity. Check the 'detail' field in response for details.
- `500` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
