/v2/commands/completions
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.
Authorizations
Ledger API standard JWT token
Query Parameters
maximum number of elements to return, this param is ignored if is bigger than server setting
timeout to complete and send result if no new elements are received (for open ended streams)
Body
Non-empty list of parties whose data should be included.
The stream shows only completions of commands for which at least one of the act_as parties is in the given set of parties.
Must be a valid PartyIdString (as described in value.proto).
Required: must be non-empty
Only completions of commands submitted with the same user_id will be visible in the stream.
Must be a valid UserIdString (as described in value.proto).
Required unless authentication is used with a user token. In that case, the token's user-id will be used for the request's user_id.
Optional
This optional field indicates the minimum offset for completions. This can be used to resume an earlier completion stream. If not set the ledger uses the ledger begin offset instead. If specified, it must be a valid absolute offset (positive integer) or zero (ledger begin offset). If the ledger has been pruned, this parameter must be specified and greater than the pruning offset.
Optional
Response
Required
- CompletionResponse
- CompletionResponse
- CompletionResponse
Show child attributes
Show child attributes