List distinct keys present in the log within an optional segment range.
cURL
curl --request GET \ --url http://localhost:3001/api/v1/log/keys
{ "status": "success", "keys": [ { "key": "ZXZlbnRz" }, { "key": "b3JkZXJz" } ] }
Start segment ID (inclusive). Defaults to 0.
0
x >= 0
End segment ID (exclusive). Defaults to max uint32.
max uint32
Maximum number of keys to return.
List of keys.
Response listing distinct keys in the log.
"success"
Show child attributes