cURL
curl --request GET \ --url https://api.getcurrent.ca/v1/search/history \ --header 'Authorization: Bearer <token>'
200
Example
{ "searches": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "query": "<string>", "website": "<string>", "timestamp": "2023-11-07T05:31:56Z", "status": "completed", "archived": true } ], "pagination": { "total": 123, "limit": 123, "offset": 123, "hasMore": true } }
List past searches for your organization with pagination
API key as Bearer token: Authorization: Bearer cur_live_xxxxx
Authorization: Bearer cur_live_xxxxx
Maximum number of results (1-100)
1 <= x <= 100
Pagination offset
x >= 0
Filter by search query
Filter by archived status
Search history list
Show child attributes
Was this page helpful?