v1

latestSwagger 2.0MIT License2026-07-17191054.1 KB
statistics

Get statistics records for the store

get/{storeName}/statistics

Path parameters

storeNamestring required

The name of the store

Query parameters

earlieststring date-time

Return only statistics for commit points created on or after the specified date/time

lateststring date-time

Return only statistics for commit point created on or before the specified date/time

skipinteger

The number of records to skip when paging results.

Response

Successful response

commitIdstring

The unique identifier of the store commit point that the statistics were generated from

commitTimestampstring date-time

The date/time of creation of the commit point that the statistics were generated from

predicateTripleCountsobject

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.

totalTripleCountinteger

The total number of triples in the store