[
  {
    "id": 123,
    "timestamp": "2023-11-07T05:31:56Z",
    "snippet": "<string>",
    "app_name": "<string>",
    "score": 123
  }
]

Query Parameters

query
string
limit
integer
offset
integer
start_time
string | null
end_time
string | null
fuzzy_match
boolean
order
enum<string>
Available options:
timestamp_asc,
timestamp_desc,
relevance
app_names
string[] | null

Response

200 - application/json
id
integer
required
timestamp
string
required
snippet
string
required
app_name
string | null
required
score
number
required