Skip to main content
GET
Get a cached tabular data frame diff

Authorizations

Authorization
string
header
required

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

Path Parameters

namespace
string
required

Namespace of the repository

repo_name
string
required

Name of the repository

compare_id
string
required

The unique ID of the comparison session

base_head
string
required

The base and head revisions separated by '..'

Body

application/json

Tabular comparison information needed to fetch the correct cached diff (files, revisions)

compare
object[]
required
compare_id
string
required
display
object[]
required
keys
object[]
required
left
object
required
right
object
required

Response

Cached data frame diff found successfully

status
string
required
status_message
string
required
dfs
object
required
messages
object[]
required
oxen_version
string | null