Returns a list of namespace states
cURL
curl --request GET \ --url https://api.coralcloud.ai/api/v1/local/namespace \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>", "deleteOnLastSessionExit": true, "annotations": {} } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The name of this namespace
Whether or not this namespace will be deleted when the last session exits
Show child attributes