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