Skip to main content
POST
POST /v0/history/bulk/updates

Body

application/json
start_record_time
string<date-time>
required

The returned objects must include all updates with record time greater than start_record_time (but may also include updates before it).

end_record_time
string<date-time>
required

The returned objects must include all updates with record time at most end_record_time (but may also include updates after it).

page_size
integer<int32>
required

The maximum number of objects returned for this request.

Required range: 1 <= x <= 1000
next_page_token
string

The pagination token returned from a previous call to this endpoint with the same arguments.

Response

ok

object_refs
object[]
required

The list of references to the bulk storage objects containing the updates.

next_page_token
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.