Skip to main content
GET

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.

Query parameters

string
required
OpenAPI type: string (date-time).The endpoint will return the record time of the most recent snapshot before this parameter.
number
required
OpenAPI type: integer (int64).The endpoint will return the record time of the most recent snapshot for this migration id.

Responses

200

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

400

bad request
application/json
string
required

404

not found
application/json
string
required

500

internal server error
application/json
string
required

History

Added0.5.10