Skip to main content
GET

Returns the timestamp of the first snapshot after the given date, for the given migration_id or larger.

Query parameters

string
required
OpenAPI type: string (date-time).The endpoint will return the record time of the first snapshot after this parameter.
number
required
OpenAPI type: integer (int64).The endpoint will return the record time of the first snapshot for this migration id or larger.

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