Skip to main content
GET
List Search Logs

Filtering Examples

Both the list and single-log endpoints include result_data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:1
limit
integer
default:10
searchTerm
string

Filter by query text

status
enum<string>
Available options:
success,
error,
in_progress,
all
dateStart
string<date>
dateEnd
string<date>

Response

200 - application/json

Paginated list of search logs

status
enum<string>
Available options:
success
data
object