v53

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-041,1941,9384.1 MB
Porting Orders

List all porting activation jobs

Returns a list of your porting activation jobs.

get/porting_orders/{id}/activation_jobs

Path parameters

idstring uuid required

Porting Order id

Query parameters

numberinteger

The page number to load

sizeinteger

The size of the page

Consolidated page parameter (deepObject style). Originally: page[size], page[number]

Response

Successful response

Example response

{
  "data": [
    {
      "activate_at": "2021-03-19T10:07:15.527Z",
      "activation_windows": [
        {
          "end_at": "2021-03-19T10:07:15.527Z",
          "start_at": "2021-03-19T10:07:15.527Z"
        }
      ],
      "created_at": "2021-03-19T10:07:15.527Z",
      "id": "f1486bae-f067-460c-ad43-73a92848f902",
      "record_type": "porting_activation_job",
      "updated_at": "2021-03-19T10:07:15.527Z"
    }
  ],
  "meta": {
    "page_number": 2,
    "page_size": 25,
    "total_pages": 3,
    "total_results": 55
  }
}