Search logs with an API key
Search logs from the index attached to a search API key.
GET
Search logs with a search API key
Documentation Index
Fetch the complete documentation index at: https://docs.rootprint.io/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Use a search API key from Administration → API keys. Each search API key is scoped to one index, and this endpoint searches that index only.Authorizations
Search token generated in the Rootprint admin panel.
Query Parameters
Quickwit query string.
Maximum number of hits to return.
Required range:
1 <= x <= 1000Zero-based result offset.
Required range:
x >= 0Inclusive start timestamp in seconds since Unix epoch.
Inclusive end timestamp in seconds since Unix epoch.
Timestamp sort order.
Available options:
asc, desc When true, ask Quickwit for the total hit count.
Search logs with a search API key
