Skip to main content
POST

Under Development, do not use in production yet Get download URLs and metadata for update history objects available for bulk download, between two record times. Note that the returned objects may include also updates outside of the requested record time range (since only full objects are served from storage), but guaranteed to include all updates in the requested range.

Body

application/json
string
required
OpenAPI type: string (date-time).The returned objects must include all updates with record time greater than start_record_time (but may also include updates before it).
string
required
OpenAPI type: string (date-time).The returned objects must include all updates with record time at most end_record_time (but may also include updates after it).
string
The pagination token returned from a previous call to this endpoint with the same arguments.
number
required
OpenAPI type: integer (int32).The maximum number of objects returned for this request.Minimum: 1; Maximum: 1000.

Responses

200

ok
application/json
BulkStorageObjectRef[]
required
The list of references to the bulk storage objects containing the updates.
string
When requesting the next page of results, pass this as after to the next ListBulkUpdateHistoryObjectsRequest invocation. Will be absent when there are no more pages.

400

not found
application/json
string
required

404

not found
application/json
string
required

501

not implemented
application/json
string
required

History

Added0.5.18