List log entries
Returns log entries from the in-memory ring buffer and, when the page is short, the rotated JSONL log files on disk. Query filters apply to both sources; request payloads are scrubbed of secrets before persistence.
Query Parameters
x >= 0x >= 0trace, debug, info, warn, error, fatal trace, debug, info, warn, error, fatal app, request, module adapter, environment Substring filter against the entry message.
500200200x > 0200200200200x > 02002002000 < x <= 599x >= 0x >= 0Sort order; defaults to timestamp:desc.
timestamp:asc, timestamp:desc, duration:asc, duration:desc Opaque pagination token returned as nextCursor by the previous response. Pass it back unchanged to fetch the next page; null/omitted fetches the first page. Cursors encode position, not filters, so change filters only between pages when starting over.
2048Maximum number of items per page. Clamped to a maximum of 100; defaults to 20.
1 <= x <= 100Response
Matching log entries.
Paginated collection envelope.
Log entries that match the supplied filters, ordered by the requested sort.
Opaque cursor for the next page; null when there are no more items. Echo it back as the cursor query parameter to continue paginating.
Whether additional pages exist. When true, nextCursor is a valid cursor; when false, pagination has reached the end.