v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Bulk Phone Number Operations

Retrieve a phone numbers job

get/phone_numbers/jobs/{id}

Path parameters

idstring required

Identifies the Phone Numbers Job.

Response

Phone numbers job details.

Example response

{
  "data": {
    "created_at": "2020-10-23T18:10:00.000Z",
    "etc": "2020-10-30T18:10:00.000Z",
    "failed_operations": [
      {
        "errors": [
          {
            "code": "10015",
            "detail": "The field is invalid.",
            "source": {
              "pointer": "/emergency_address_id"
            },
            "title": "Bad Request"
          }
        ],
        "id": "3388768018273",
        "phone_number": "+19705551234"
      }
    ],
    "id": "42587e44-3a3e-46de-9255-0c9a7a1d1ec7",
    "pending_operations": [
      {
        "id": "2637816387126861837",
        "phone_number": "+19705555099"
      }
    ],
    "phone_numbers": [
      {
        "id": "2637816387126861836"
      },
      {
        "phone_number": "+19715555098"
      },
      {
        "phone_number": "+19705555099"
      },
      {
        "id": "3388768018273"
      }
    ],
    "record_type": "phone_numbers_job",
    "status": "pending",
    "successful_operations": [
      {
        "id": "2637816387126861836",
        "phone_number": "+19705555098"
      },
      {
        "id": "33081887126861836",
        "phone_number": "+19715555098"
      }
    ],
    "type": "update_emergency_settings",
    "updated_at": "2020-10-23T18:10:01.000Z"
  }
}