Skip to main content

Retrieve a number CSV download request

GET 
/origination/number_csv_download_requests/:id

Retrieve a number CSV download request

Request

Path Parameters

    id stringrequired

    ID of the CSV download request

Responses

200: Success

401: Unauthorized

404: Resource not found

422: Unprocessable entity. Can be caused by invalid values. Check message field in response for details.

Request samples


curl -L 'https://api.telnyx.com/origination/number_csv_download_requests/:id' \
-H 'Accept: application/json'

Response samples


{
"id": "string",
"url": "string",
"status": 0
}