action cambase_api_v1_models_index { label: "Fetches all Models" provider: cambase method: GET path: "/api/v1/models.json" encoding: json input: { type: "object" properties: { order: { type: "string" } page: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }