Reports
Reports in API v3: list available reports, list recent user activity, list certificate issuance by product, list email bounces, ignore an email bounce, list exam performance, retrieve export metrics, list lesson performance for a product, list product performance, retrieve the points ranking, retrieve support metrics, retrieve the users report.
12 operations.
| Operation | Summary |
|---|---|
GET /reports | List available reports |
GET /reports/activity | List recent user activity |
GET /reports/certificates | List certificate issuance by product |
GET /reports/email-bounces | List email bounces |
PATCH /reports/email-bounces/{bounce_id} | Ignore an email bounce |
GET /reports/exams | List exam performance |
GET /reports/exports | Retrieve export metrics |
GET /reports/lessons | List lesson performance for a product |
GET /reports/products | List product performance |
GET /reports/rankings | Retrieve the points ranking |
GET /reports/support | Retrieve support metrics |
GET /reports/users | Retrieve the users report |
Exports
Previous Page
List available reports GET
Returns the catalog of available reports, including the filters each report accepts, its columns, and the source and freshness of its data. Columns marked as personal data are returned only when the credentials also have the `users.read_personal` permission. The catalog is static and contains no account data.