---
title: "Get workspace commit log"
method: GET
path: "/api/projects/{projectId}/workspaces/{workspaceId}/git/log"
tags: ["Git"]
---

# Get workspace commit log

`GET /api/projects/{projectId}/workspaces/{workspaceId}/git/log`

Get workspace commit log. Returns the requested resource or collection for the authenticated caller.

## Path parameters

- `projectId` string, required
- `workspaceId` string, required

## Query parameters

- `limit` integer

## Response `200`

Commit log

- GitLogResponse — git Log Response payload returned by the API.

---

[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)
