action telnyx_list_phone_numbers_jobs { label: "Lists the phone numbers jobs" provider: telnyx method: GET path: "/phone_numbers/jobs" encoding: json input: { type: "object" properties: { "filter[type]": { type: "string" description: "Identifies the type of the background job." enum: ["update_emergency_settings", "delete_phone_numbers", "update_phone_numbers"] } sort: { type: "string" enum: ["created_at"] } } additionalProperties: false } output: { type: "object" additionalProperties: true } }