Skip to main content

Retrieve a CSV download

GET 
/phone_numbers/csv_downloads/:id

Retrieve a CSV download

Request

Path Parameters

    id stringrequired

    Identifies the CSV download.

Responses

200: Successful response with details about a CSV download.

default: Unexpected error

Request samples


curl -L 'https://api.telnyx.com/v2/phone_numbers/csv_downloads/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


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