action telnyx_list_tags { label: "List all tags" description: "Returns a list of tags used on Credentials" provider: telnyx method: GET path: "/telephony_credentials/tags" encoding: json output: { type: "object" additionalProperties: true } }