---
title: "Get the count of pending upload requests"
method: GET
path: "/external_connections/{id}/uploads/status"
tags: ["External Connections"]
---

# Get the count of pending upload requests

`GET /external_connections/{id}/uploads/status`

Returns the count of all pending upload requests for the given external connection.

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `data` object
    - `pending_numbers_count` integer — The count of phone numbers that are pending assignment to the external connection.
    - `pending_orders_count` integer — The count of number uploads that have not yet been uploaded to Microsoft.

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

[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)
