v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Porting Orders

Retrieve a report

Retrieve a specific report generated.

get/porting/reports/{id}

Path parameters

idstring uuid required

Identifies a report.

Response

Successful response

Example response

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