Skip to main content
Yes, all requests must be authenticated using your API key. You can retrieve:
  • 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
Use the following query:

Example Response

This provides a deduplicated list of IP addresses and user agents used during the interview session.

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?