List segments

List log segments whose start sequence falls within the given range. Segments are the physical storage units of the log.

get/api/v1/log/segments

Query parameters

start_seqinteger

Start sequence number (inclusive). Defaults to 0.

end_seqinteger

End sequence number (exclusive). Defaults to max uint64.

Response

List of segments.

statusstring required

Example response

{
  "status": "success"
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.