action cenit_get_setup_connection { label: "Returns a list of connections" description: "Returns a list of connections you've previously created. The connections are returned in sorted order, with the most recent connection appearing first." provider: cenit method: GET path: "/setup/connection" encoding: json output: { type: "object" additionalProperties: true } }