Skip to main content
GET
/
api
/
v1
/
local
/
namespace
/
extended
List extended namespace states
curl --request GET \
  --url https://api.coralcloud.ai/api/v1/local/namespace/extended \
  --header 'Authorization: Bearer <token>'
[
  {
    "base": {
      "name": "<string>",
      "deleteOnLastSessionExit": true,
      "annotations": {}
    },
    "sessions": [
      {
        "id": "<string>",
        "timestamp": "<string>",
        "namespace": "<string>",
        "status": {
          "type": "closing",
          "executionTime": "<string>",
          "closingTime": "<string>"
        },
        "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

base
SessionNamespaceStateBase · object
required

Base namespace state

sessions
SessionStateBase · object[]
required

A list of sessions that exist inside this namespace