Skip to main content
GET
/
api
/
namespaces
/
{namespace}
Get namespace
curl --request GET \
  --url https://hub.oxen.ai/api/namespaces/{namespace} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "status_message": "<string>",
  "namespace": {
    "name": "<string>",
    "storage_usage_gb": 123
  },
  "oxen_version": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

namespace
string
required

Name of the namespace

Response

Namespace details

status
string
required
status_message
string
required
namespace
object
required
oxen_version
string | null