---
title: "Get the most recently updated store statistics."
method: GET
path: "/{storeName}/statistics/latest"
tags: ["statistics"]
---

# Get the most recently updated store statistics.

`GET /{storeName}/statistics/latest`

## Path parameters

- `storeName` string, required

## Response `200`

Successful response

- StatisticsResponseModel
  - `commitId` string — The unique identifier of the store commit point that the statistics were generated from
  - `commitTimestamp` string, date-time — The date/time of creation of the commit point that the statistics were generated from
  - `predicateTripleCounts` object — A map/dictionary where the key is a URI and the value is the number of triples in the store that use that URI in the predicate.
  - `totalTripleCount` integer — The total number of triples in the store

## Other responses

- `404` — Not Found. No statistics available for the named store

## Changes

- **2015-05-26** `694b44600c48` — 2 info
  - api operation id `getLatestStatistics` was added
  - api tag `statistics` 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/statistics/latest/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)
