action quotes_get_quote_list { label: "get_quote_list" description: "Get the list of quotes in your private collection." provider: quotes method: GET path: "/quote/list" encoding: json input: { type: "object" properties: { limit: { type: "integer" format: "int32" } start: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }