v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
External Connections

Retrieve an Upload request

Return the details of an Upload request and its phone numbers.

get/external_connections/{id}/uploads/{ticket_id}

Path parameters

idstring required
Example:1293384261075731499

Identifies the resource.

ticket_idstring uuid required
Example:7b6a6449-b055-45a6-81f6-f6f0dffa4cc6

Identifies an Upload request

Response

Successful response

Example response

{
  "data": {
    "location_id": "c37e5036-1e87-42e6-86a2-b3e8dd39a2ad",
    "status": "error",
    "tenant_id": "ea175aba-f47c-4702-9400-efaa42688048",
    "ticket_id": "542c3bca-d247-42bc-8fe7-e01d16ecd761",
    "tn_upload_entries": [
      {
        "error_code": "internal_error",
        "internal_status": "error",
        "number_id": "542c3bca-d247-42bc-8fe7-e01d16ecd761",
        "status": "error"
      }
    ]
  }
}