Skip to main content

Retrieve a report

GET 
/porting/reports/:id

Retrieve a specific report generated.

Request

Path Parameters

    id uuidrequired

    Identifies a report.

Responses

200: Successful response

404: Resource not found

500: Internal server error

Request samples


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

Response samples


{
"data": {
"id": "eef3340b-8903-4466-b445-89b697315a3a",
"report_type": "export_porting_orders_csv",
"status": "completed",
"params": {},
"document_id": "f1486bae-f067-460c-ad43-73a92848f902",
"record_type": "porting_report",
"created_at": "2021-03-19T10:07:15.527000Z",
"updated_at": "2021-03-19T10:07:15.527000Z"
}
}