action telnyx_list_short_codes { label: "List short codes" provider: telnyx method: GET path: "/short_codes" encoding: json input: { type: "object" properties: { "filter[messaging_profile_id]": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }