v2

latestOpenAPI 3.1.0raw.githubusercontent.com2026-02-1251112.9 KB

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"
}