import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
const job = await client.phoneNumberBlocks.jobs.retrieve('id');
console.log(job.data);{
"data": {
"id": "42587e44-3a3e-46de-9255-0c9a7a1d1ec7",
"record_type": "phone_numbers_job",
"status": "pending",
"type": "delete_phone_number_block",
"etc": "2020-10-30T18:10:00.000Z",
"created_at": "2020-10-23T18:10:00.000Z",
"updated_at": "2020-10-23T18:10:01.000Z",
"successful_operations": [],
"failed_operations": []
}
}import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
const job = await client.phoneNumberBlocks.jobs.retrieve('id');
console.log(job.data);{
"data": {
"id": "42587e44-3a3e-46de-9255-0c9a7a1d1ec7",
"record_type": "phone_numbers_job",
"status": "pending",
"type": "delete_phone_number_block",
"etc": "2020-10-30T18:10:00.000Z",
"created_at": "2020-10-23T18:10:00.000Z",
"updated_at": "2020-10-23T18:10:01.000Z",
"successful_operations": [],
"failed_operations": []
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Identifies the Phone Number Blocks Job.
Phone number blocks job details.
Show child attributes
Identifies the resource.
"42587e44-3a3e-46de-9255-0c9a7a1d1ec7"
Identifies the type of the resource.
"phone_number_block_job"
Indicates the completion status of the background operation.
pending, in_progress, completed, failed "pending"
Identifies the type of the background job.
delete_phone_number_block "delete_phone_number_block"
ISO 8601 formatted date indicating when the estimated time of completion of the background job.
ISO 8601 formatted date indicating when the resource was created.
ISO 8601 formatted date indicating when the resource was updated.
Show child attributes
The phone number in e164 format.
The phone number's ID
Show child attributes
"10007"
"Unexpected error"
"An unexpected error occured."
{
"id": "42587e44-3a3e-46de-9255-0c9a7a1d1ec7",
"record_type": "phone_numbers_job",
"status": "pending",
"type": "delete_phone_number_block",
"etc": "2020-10-30T18:10:00.000Z",
"created_at": "2020-10-23T18:10:00.000Z",
"updated_at": "2020-10-23T18:10:01.000Z",
"successful_operations": [],
"failed_operations": []
}Was this page helpful?