Skip to main content
GET
Get metadata about a file in a project's git repository

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

projectId
string
required

ID of the project the repository belongs to

repositoryId
string
required

ID of the repository being queried. Use _ to refer to the project's main repository.

Query Parameters

fileName
string
required

Path of the file within the repository

branchName
string

Branch to read the file from. Defaults to the project's default git branch.

commit
string

Commit SHA to read the file at. Takes precedence over branchName.

Response

Success

fileMetadata
object
required
metadata
object
required
Last modified on September 3, 2026