List bulk update history objects
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.
Protocol Details
Inputs
Request 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.Outputs
200
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
application/json
string
required
404
application/json
string
required
501
application/json
string
required
History
Introduced
0.5.18