Get History
Retrieve your lookup history sorted by most recent first.
GET https://api.whitebridge.ai/history
Response
Returns an array of lookup history items:
json
[
{
"date": "2025-07-26T07:38:05.829Z",
"fullName": "John Smith",
"location": "Vienna, Austria",
"lookupId": "a9f7541b-5e45-4d49-b261-a87d6bf4624b",
"avatarUrl": "https://ik.imagekit.io/whitebridge/lookups/a9f7541b-5e45-4d49-b261-a87d6bf4624b/avatar_X95_unbB5",
"candidateId": null,
"preview": false
}
]Response Fields
| Field | Type | Description |
|---|---|---|
| date | string | When the lookup was performed (ISO 8601) |
| fullName | string | Person's full name |
| location | string | null | Location (city, state/region, country) |
| lookupId | string | Unique lookup identifier |
| avatarUrl | string | Avatar image URL |
| candidateId | string | null | Associated candidate ID |
| preview | boolean | Whether this was a preview lookup |