action pendo_get_accounts { label: "Query accounts" provider: pendo method: GET path: "/accounts" encoding: json input: { type: "object" properties: { limit: { type: "string" } order_by: { type: "string" } order_dir: { type: "string" } start: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }