---
title: "Retrieve a summary of git commits"
method: GET
path: "/gitcommitsummary"
---

# Retrieve a summary of git commits

`GET /gitcommitsummary`

Returns a summary of git commits, including status, start time, and end time.

## Query parameters

- `repoName` string
- `branchName` string
- `page` integer
- `pageSize` integer

## Response `200`

Successfully retrieved git commit summaries

- object
  - `commitSummaries` GitCommitSummary[]
    - `commit_hash` string — The hash of the commit
    - `commit_name` string — The name of the commit
    - `branch_name` string — The branch where the commit was made
    - `author` string — The author of the commit
    - `timestamp` string, date-time — The timestamp when the commit was made
    - `status_summary` object — A map of operating system to status pairs
  - `totalNumberOfPages` integer

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/comfy-org/apis/comfy-api.md) · [All operations](https://skmtc.net/comfy-org/apis/comfy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comfy-org/comfy-api/versions/fb3c490f87ef/schema)
