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