HomeDocumentationAPI Reference
API Reference

Find all highlight reels for a test

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.
Path Params
uuid
required

ID of the test whose highlight reels you want to retrieve.

Responses

401

Missing or invalid access token.

404

Test or highlight reels not found.

429

Too many requests. Maximum of 10 requests per minute.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json