List exam performance

GET/reports/exams

Returns aggregate performance metrics for each exam. Use product_id to limit the report to a single product.

This report does not include individual answers or user names.

AuthorizationBearer <token>

Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.

In: header

Query Parameters

product_id?string
limit?integer
Range1 <= value <= 200
cursor?string
sort?string

Value in

  • "id"
  • "-id"

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/reports/exams"
{  "data": [    {      "object": "report_row",      "report": "string"    }  ],  "page": {    "limit": 1,    "next_cursor": "string",    "prev_cursor": "string"  }}