cURL
curl --request GET \ --url https://hub.oxen.ai/api/repos/{namespace}/{repo_name} \ --header 'Authorization: Bearer <token>'
{ "repository": { "data_types": [ { "count": 1000, "data_type": "image" }, { "count": 5, "data_type": "tabular" } ], "is_empty": false, "name": "my-corn-pics", "namespace": "bessie", "size": 1074288000 }, "status": "success", "status_message": "resource_found" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Namespace of the repository
Name of the repository
Repository details
Show child attributes
{ "data_types": [ { "count": 1000, "data_type": "image" }, { "count": 5, "data_type": "tabular" } ], "is_empty": false, "name": "my-corn-pics", "namespace": "bessie", "size": 1073741824}