get
https://api.use2.usertesting.com/api/v2/testResults//highlightreels
Returns all highlight reels for the test. Each highlight reel includes its ID, name, duration, last updated timestamp, clip count, and whether all test clips are included in the reel.
Compatibility:
- Tests must be of the "STUDYV2" type and belong to one of the following product types:
- "LIVE_CONVERSATION" (non-classic live conversation)
- "NON_THINK_OUT_LOUD" (interaction test)
- "THINK_OUT_LOUD" (think-out-loud test).
- Go to How to Obtain a Test ID (UUID) for details.
Notes:
- Use the returned highlight reel ID to request highlight reel download link from the "GET /api/v2/testResults/{testId}/highlightreels/{reelId}" endpoint.
401Missing or invalid access token.
404Test or highlight reels not found.
429Too many requests. Maximum of 10 requests per minute.
