action quotes_get_qshow_quotes { label: "get_qshow_quotes" description: "Get the quotes in a given Qshow." provider: quotes method: GET path: "/qshow/quotes" encoding: json input: { type: "object" properties: { id: { type: "string" format: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }