List lesson performance for a product
/reports/lessonsReturns performance metrics for each lesson of the product identified by product_id, which is required.
Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.
In: header
Query Parameters
Public ID of the product whose lessons are reported.
Maximum number of items to return, from 1 to 200.
1 <= value <= 200Cursor for the next page, taken from page.next_cursor of the previous response.
Sort order. A leading - sorts in descending order.
Value in
- "id"
- "-id"
Header Parameters
Optional client-generated identifier of the request, up to 64 characters from [A-Za-z0-9._-]. Echoed back in the response and recorded in the request log; it never replaces the server-generated X-Request-Id.
length <= 64Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/reports/lessons?product_id=string"{ "data": [ { "object": "report_row", "report": "string" } ], "page": { "limit": 1, "next_cursor": "string", "prev_cursor": "string" }}Retrieve export metrics GET
Returns aggregate export metrics for the account, including totals by status and the most recent exports. To page through all exports, use the exports collection endpoint, which requires the `exports.read` permission.
List product performance GET
Returns one row per product accessible with the current credentials. Products outside that scope are excluded from both the rows and any totals. This report does not include user data.