Skip to main content
GET
/
api
/
projects
/
beta
/
projects
/
{projectId}
/
commits
/
head
Get DFS head commit
curl --request GET \
  --url https://api.example.com/api/projects/beta/projects/{projectId}/commits/head \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "commitId": "<string>",
  "metadata": {
    "notices": [
      "<string>"
    ],
    "requestId": "<string>"
  }
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

projectId
string
required

Project ID

Response

Success

commitId
string
required

The current DFS head commit ID for the project.

metadata
object
required