cURL
curl --request GET \ --url https://hub.oxen.ai/api/repos/{namespace}/{repo_name}/branches/resolve_resource_attributes/main/train.json \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '""'
get branch and resource path
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"5b1d2e0f-6e7b-4ce6-8009-e11e9475026d"
"256ebfe9-8e10-4a27-a800-7f6e5ab8e1b7"
The body is of type any.
any