action turbinelabs_get_listener { label: "list listeners" description: "Get a list of listeners" provider: turbinelabs method: GET path: "/listener" encoding: json input: { type: "object" properties: { filters: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }