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>"
}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>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Name of the namespace