---
title: "List all porting activation jobs"
method: GET
path: "/porting_orders/{id}/activation_jobs"
tags: ["Porting Orders"]
---

# List all porting activation jobs

`GET /porting_orders/{id}/activation_jobs`

Returns a list of your porting activation jobs.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `page` object
  - `size` integer — The size of the page
  - `number` integer — The page number to load

## Response `200`

Successful response

- object
  - `data` PortingOrdersActivationJob[]
    - `id` string, uuid — Uniquely identifies this activation job
    - `status` 'created' | 'in-process' | 'completed' | 'failed' — Specifies the status of this activation job
    - `activation_type` 'scheduled' | 'on-demand' — Specifies the type of this activation job
    - `activate_at` string, date-time — ISO 8601 formatted date indicating when the activation job should be executed. This time should be between some activation window.
    - `activation_windows` object[] — List of allowed activation windows for this activation job
      - `start_at` string, date-time — ISO 8601 formatted date indicating when the activation window starts
      - `end_at` string, date-time — ISO 8601 formatted date indicating when the activation window ends
    - `record_type` string — Identifies the type of the resource.
    - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
    - `updated_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
  - `meta` PaginationMeta
    - `total_pages` integer
    - `total_results` integer
    - `page_number` integer
    - `page_size` integer

## Other responses

- `401` — Unauthorized
- `422` — Unprocessable entity. Check message field in response for details.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
