---
title: "Returns the commit delta"
method: GET
path: "/2.0/commit/{commitUuid}/delta"
tags: ["commit"]
---

# Returns the commit delta

`GET /2.0/commit/{commitUuid}/delta`

## Path parameters

- `commitUuid` string, required

## Response `200`

No response was specified

- CodacyAPICommitResponse
  - `commit` CodacyAPICommit
    - `complexity` object
    - `coverage` object
    - `grade` string
    - `nrClones` object
    - `nrIssues` integer
  - `delta` CodacyAPICommitDelta
    - `complexity` object
    - `coverage` object
    - `files` CodacyAPIFile[]
      - `complexity` object
      - `coverage` object
      - `fixedIssues` integer
      - `newIssues` integer
      - `nrClones` object
      - `path` string
    - `fixedIssues` integer
    - `newIssues` integer
    - `nrClones` object
  - `sha` string
  - `state` string
  - `urls` CodacyAPIURL[]
    - `name` string
    - `url` string

---

[API](https://skmtc.net/codacy/apis/codacy-api.md) · [All operations](https://skmtc.net/codacy/apis/codacy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/codacy/codacy-api/revisions/2a5f51fea0c1/schema)
