v1

latestSwagger 2.0MIT License2026-07-17191054.1 KB
commit point

List the commit points of a store.

get/{storeName}/commits

Path parameters

storeNamestring required

The name of the store whose commit point information is to be retrieved.

Query parameters

skipinteger

Specifies the starting offset of the list when paging results.

takeinteger

Specifies the number of items to return when paging results.

timestampstring date-time

Return the single commit point that was the current commit point at the specified date/time

earlieststring date-time

Return only commit points that were created on or after the specified date/time

lateststring date-time

Return only commit points that were created on or before the specified date/time

Response

Successful response

idinteger required

The unique identifier of the commit point.

storeNamestring

The name of the store that holds the commit point

commitTimestring date-time

The date/time that the commit was made.

jobIdstring GUID

The unique identifier of the job that created the commit.