---
title: "Get project commit history"
method: GET
path: "/v0/project/{project_name}/commits"
tags: ["Projects"]
---

# Get project commit history

`GET /v0/project/{project_name}/commits`

Retrieves the commit history for a versioned project.

## Path parameters

- `project_name` string, required — Project name, may contain slashes

## Response `200`

Successful Response

- ProjectCommitHistory[]
  - `commit_hash` string, required
  - `commit_message` string, nullable
  - `created_at` string, required
  - `prev_commit_hash` string, nullable
  - `next_commit_hash` string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/versions/900377f918b6/schema)
