Phone Number Blocks Background Jobs
Retrieves a phone number blocks job
get/phone_number_blocks/jobs/{id}
Path parameters
idstring required
Identifies the Phone Number Blocks Job.
Response
Phone number blocks job details.
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"
}
}