POST /v2/commands/completions
Query completions list (blocking call)
Deprecated: please use GetCompletions instead. Subscribe to command completion events. Notice: This endpoint should be used for small results set. When number of results exceeded node configuration limit (http-list-max-elements-limit) there will be an error (413 Content Too Large) returned. Increasing this limit may lead to performance issues and high memory consumption. Consider using websockets (asyncapi) for better efficiency with larger results.
post/v2/commands/completions
Query parameters
limitinteger
maximum number of elements to return, this param is ignored if is bigger than server setting
stream_idle_timeout_msinteger
timeout to complete and send result if no new elements are received (for open ended streams)
Request body
Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.