---
title: "GET /experimental/repos/{orgName}/{repoName}/commits"
method: GET
path: "/experimental/repos/{orgName}/{repoName}/commits"
tags: ["Repos"]
---

# GET /experimental/repos/{orgName}/{repoName}/commits

`GET /experimental/repos/{orgName}/{repoName}/commits`

Lists commits on a repository's default branch via the workspace's SCM integration. Supports keyword/author/date filtering.

## Path parameters

- `orgName` string, required
- `repoName` string, required

## Query parameters

- `workspaceId` string, uuid, required
- `count` number
- `since` string
- `until` string
- `keyword` string
- `author` string

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object[], required
    - `hash` string, required
    - `shortHash` string, required
    - `message` string, required
    - `author` string, required
    - `date` string, date-time, required
  - `meta` object, required
    - `count` number, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-09-15** `d50a02b79ad3` — 2 info
  - added the optional property `error/code` to the response with the `403` status
  - added the optional property `error/url` to the response with the `403` status

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/experimental/repos/:orgName/:repoName/commits/get.md)

---

[API](https://skmtc.dev/tessl/apis/tessl-api.md) · [All operations](https://skmtc.dev/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tessl/apis/tessl-api/revisions/3c979ca657d8?raw)
