---
title: "GET /repos/{repo_id}/commits/{commit_id}"
method: GET
path: "/repos/{repo_id}/commits/{commit_id}"
tags: ["Repository Commit Manipulation"]
---

# GET /repos/{repo_id}/commits/{commit_id}

`GET /repos/{repo_id}/commits/{commit_id}`

Get details of a specific commit

## Response `200`

An object describing a commit

- Commit
  - `commit_id` string, required
  - `created_ts` integer, required — Seconds since epoch UTC
  - `commit_message` string
  - `branch_id` string, required — The branch on which this commit was created
  - `author` User, required — User details
    - `image` string — URL of the user image. If updating the image, could be a base64 encoded image.
    - `email` string, email
    - `full_name` string
    - `id` string, required
    - `name` string
    - `tier` 'EDUCATION' | 'INDIE' | 'PROFESSIONAL' | 'ENTERPRISE' | 'UNKNOWN' — The tier of the user
  - `parents` string[], required — List of parent commits of this commit

## Other responses

- `default` — An error occurred

---

[API](https://skmtc.dev/diversion/apis/diversion-core-api.md) · [All operations](https://skmtc.dev/diversion/apis/diversion-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/diversion/diversion-core-api/revisions/38a18aba804b/schema)
