GET
/
api
/
repos
/
{namespace}
/
{repo_name}
/
branches
/
resolve_resource_attributes
/
main
/
train.json
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 '""'

Authorizations

Authorization
string
header
required

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

Path Parameters

namespace
string
required
Example:

"5b1d2e0f-6e7b-4ce6-8009-e11e9475026d"

repo_name
string
required
Example:

"256ebfe9-8e10-4a27-a800-7f6e5ab8e1b7"

Body

application/json · any

The body is of type any.