- All IP addresses used during the interview
- User agents
- Interview thumbnail links
1. Fetch Interview-Level Metadata
To retrieve:- Interview
id - Interview
hash - All
ipAddresses - All
userAgents - All
thumbnails
Example Response
2. Fetch IP Address and User Agent Per Question
If you need more granular data (per interview question/step), you can query each step and its answers.Example Response Structure
What’s the Difference Between the Two Queries?
| Use Case | Recommended Query |
|---|---|
| Get all IPs, user agents, and thumbnails for the entire interview | InterviewDeduped |
| Get IP and user agent per question/step | InterviewUAByStep |

