Skip to main content
GET
Get file metadata

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

resource
string
required

Path to the file/dir (including branch/commit info)

Response

Metadata for the entry found

status
string
required
status_message
string
required
entry
object
required

deny_unknown_fields is the discriminator for the untagged EMetadataEntry enum: payloads with a changes field (i.e. WorkspaceMetadataEntry) fail to deserialize here and fall through to the workspace variant.

oxen_version
string | null