Skip to main content
GET
Get search history

Authorizations

Authorization
string
header
required

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

Query Parameters

type
enum<string>

Filter by search type

Available options:
keyword,
asin
Example:

"keyword"

q
string

Free-text filter against the stored search params (matches keywords, ASINs, brands, methods, etc., case-insensitive).

Example:

"laptop"

limit
integer

Maximum number of results to return (default: 50, max: 200)

Required range: 1 <= x <= 200
Example:

50

Response

Search history retrieved successfully.

data
object[] | null
required
error
object | null