GET
/
api
/
repos
/
{namespace}
/
{repo_name}
/
data_frames
/
{resource}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

namespace
string
required
repo_name
string
required
resource
string
required

A combination of the revision (branch name or commit id) and the path to the data frame file. For example main/data.csv.

Response

200 - application/json
commit
object
data_frame
object
derived_resource
any | null
oxen_version
string
request_params
object
resource
object
status
string
status_message
string