Skip to main content
GET

Scan API

Date of most recent snapshot before

OpenAPISince 0.5.10
Returns the timestamp of the most recent snapshot before the given date, for the given migration_id. This corresponds to the record time of the last transaction in the snapshot.

Protocol Details

Operation IDgetDateOfMostRecentSnapshotBefore
Published0.7.4
SpecificationDownload OpenAPI

Inputs

Query parameters

string
required
OpenAPI type: string (date-time).
number
required
OpenAPI type: integer (int64).

Outputs

200

application/json
string (date-time)
required
The record time of the last transaction in the snapshot.

400

application/json
string
required

404

application/json
string
required

500

application/json
string
required

History

Introduced0.5.10