---
title: "List session workspace change commits"
method: GET
path: "/api/projects/{projectId}/sessions/{sessionId}/workspace-change-commits"
tags: ["Hooks"]
---

# List session workspace change commits

`GET /api/projects/{projectId}/sessions/{sessionId}/workspace-change-commits`

List Discobot workspace change commits for a session sandbox.

## Path parameters

- `projectId` string, required
- `sessionId` string, required

## Response `200`

Workspace change commits

- WorkspaceChangeCommitsResponse
  - `commits` WorkspaceChangeCommit[], required
    - `createdAt` string, date-time, required
    - `hash` string, required
    - `diffstat` WorkspaceChangeCommitDiffStat, required
      - `filesChanged` integer, required
      - `additions` integer, required
      - `deletions` integer, required

## Changes

- **2026-06-02** `da888c42c77c` — 1 info
  - endpoint added
- **2026-05-29** `2d34481e85d7` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api/changes/api/projects/:projectId/sessions/:sessionId/workspace-change-commits/get.md)

---

[API](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api.md) · [All operations](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibuildthecloud/discobot-server-api/revisions/4de3fcd6be56/schema)
