Skip to main content
GET
/
api
/
v1
/
local
/
namespace
List base namespace states
curl --request GET \
  --url https://api.coralcloud.ai/api/v1/local/namespace \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "deleteOnLastSessionExit": true,
    "annotations": {}
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Success

name
string
required

The name of this namespace

deleteOnLastSessionExit
boolean
required

Whether or not this namespace will be deleted when the last session exits

annotations
LinkedHashMap<String,String> · object
required