cURL
curl --request GET \ --url https://hub.oxen.ai/{namespace}/{repo_name}/versions/{version_id}/metadata \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "status_message": "<string>", "version": { "hash": "<string>", "size": 1 }, "oxen_version": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The namespace of the repository
The name of the repository
The hash ID of the file version
File metadata found
Show child attributes