Skip to content

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

FieldTypeDescription
datestringWhen the lookup was performed (ISO 8601)
fullNamestringPerson's full name
locationstring | nullLocation (city, state/region, country)
lookupIdstringUnique lookup identifier
avatarUrlstringAvatar image URL
candidateIdstring | nullAssociated candidate ID
previewbooleanWhether this was a preview lookup