v53

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-041,1941,9384.1 MB
Phone Number Blocks Background Jobs

Lists the phone number blocks jobs

get/phone_number_blocks/jobs

Query parameters

numberinteger

The page number to load

sizeinteger

The size of the page

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

sort'created_at'
Example:created_at

Specifies the sort order for results. If not given, results are sorted by created_at in descending order.

status'pending' | 'in_progress' | 'completed' | 'failed'

Identifies the status of the background job.

type'delete_phone_number_block'

Identifies the type of the background job.

Consolidated filter parameter (deepObject style). Originally: filter[type], filter[status]

{
  "status": "in_progress",
  "type": "delete_phone_number_block"
}

Response

Successful response with a list of phone number blocks background jobs.

Example response

{
  "data": [
    {
      "created_at": "2020-10-23T18:10:00.000Z",
      "etc": "2020-10-30T18:10:00.000Z",
      "failed_operations": [],
      "id": "42587e44-3a3e-46de-9255-0c9a7a1d1ec7",
      "record_type": "phone_numbers_job",
      "status": "pending",
      "successful_operations": [],
      "type": "delete_phone_number_block",
      "updated_at": "2020-10-23T18:10:01.000Z"
    }
  ],
  "meta": {
    "page_number": 2,
    "page_size": 25,
    "total_pages": 3,
    "total_results": 55
  }
}