action telnyx_list_number_block_orders { label: "List number block orders" description: "Get a paginated list of number block orders." provider: telnyx method: GET path: "/number_block_orders" encoding: json input: { type: "object" properties: { "filter[created_at][gt]": { type: "string" } "filter[created_at][lt]": { type: "string" } "filter[phone_numbers.starting_number]": { type: "string" } "filter[status]": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }