get
https://api.use2.usertesting.com/api/v2/sessionResults
Returns a paginated list of summaries for each completed session in a test. Each summary includes the session ID, status, and timestamps.
Notes:
- In the response, sessions are sorted in descending order, i.e., from newest to oldest.
Best practices:
- Always use pagination query parameters (limit and offset) along with the appropriate logic to ensure all sessions are retrieved.
- Use the response data from limit, offset, and totalCount in the meta.pagination property to calculate the number of pagination iterations (API requests) needed to collect all sessions in the test.
Use case examples:
- For an example on near real-time polling, go to Stream Insights into Slack or Jira.
- For an example on how to add session summaries into an automated research data pipeline, go to Create an Automated Pipeline.
