/v0/history/bulk/updates
cURL
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.canton.network/llms.txt
Use this file to discover all available pages before exploring further.
Body
The returned objects must include all updates with record time greater than start_record_time (but may also include updates before it).
The returned objects must include all updates with record time at most end_record_time (but may also include updates after it).
The maximum number of objects returned for this request.
1 <= x <= 1000The pagination token returned from a previous call to this endpoint with the same arguments.
Response
ok
The list of references to the bulk storage objects containing the updates.
Show child attributes
Show child attributes
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.