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