v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
CSV Downloads

Retrieve a CSV download

get/phone_numbers/csv_downloads/{id}

Path parameters

idstring required

Identifies the CSV download.

Response

Successful response with details about a CSV download.

Example response

{
  "data": [
    {
      "id": "42587e44-3a3e-46de-9255-0c9a7a1d1ec7",
      "record_type": "csv_download",
      "status": "pending",
      "url": "https://www.telnyx.com/sample/42587e44-3a3e-46de-9255-0c9a7a1d1ec7"
    }
  ]
}