---
title: "List the commit points of a store."
method: GET
path: "/{storeName}/commits"
tags: ["commit point"]
---

# List the commit points of a store.

`GET /{storeName}/commits`

## Path parameters

- `storeName` string, required

## Query parameters

- `skip` integer
- `take` integer
- `timestamp` string, date-time
- `earliest` string, date-time
- `latest` string, date-time

## Response `200`

Successful response

- CommitPoint[]
  - `id` integer, required — The unique identifier of the commit point.
  - `storeName` string — The name of the store that holds the commit point
  - `commitTime` string, date-time — The date/time that the commit was made.
  - `jobId` string, GUID — The unique identifier of the job that created the commit.

## Changes

- **2015-05-26** `694b44600c48` — 2 info
  - api operation id `listCommits` was added
  - api tag `commit point` added
- **2015-05-26** `37652d797bdc` — 1 info
  - endpoint added
- **2015-05-19** `404ee72d2da6` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/brightstardb/apis/brightstardb-rest-api/changes/:storeName/commits/get.md)

---

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