---
title: "Refresh the status of all Upload requests"
method: POST
path: "/external_connections/{id}/uploads/refresh"
tags: ["External Connections"]
---

# Refresh the status of all Upload requests

`POST /external_connections/{id}/uploads/refresh`

Forces a recheck of the status of all pending Upload requests for the given external connection in the background.

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `success` boolean — Describes wether or not the operation was successful

## Other responses

- `401` — Unauthorized
- `404` — Not found
- `409` — Status refresh is still in progress, please wait before calling again

---

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