List keys

List distinct keys present in the log within an optional segment range.

get/api/v1/log/keys

Query parameters

start_segmentinteger

Start segment ID (inclusive). Defaults to 0.

end_segmentinteger

End segment ID (exclusive). Defaults to max uint32.

limitinteger

Maximum number of keys to return.

Response

List of keys.

statusstring required

Example response

{
  "status": "success"
}

Changes

Changed in 1 of the 2 revisions of this API.11

  • 792e23c4330111See the full diff
    • removed the required property keys/items/value from the response with the 200 status

      response-required-property-removed

    • added the required property keys/items/key to the response with the 200 status

      response-required-property-added