get_certificates
Retrieve a paginated list of certificates filtered by course ID or user ID/email, sorted by most recently created.
Instructions
🟢 READ-ONLY · Certificates · GET /v2/certificates
Get certificates
Returns a list with certificates. The certificates are in sorted order, with the most recently created user appearing first, and the list is paginated, with a limit of 20 certificates per page. To refine the list of certificates, there are a number of query params outlined in the following section; In case more than one Query param is provided, then all of them will be applied (AND operator). At least one query parameter is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Filter by the page number. In case page number is higher than the maximum one, the results of last page will be returned | |
| user_id | No | Filter by user id or email | |
| course_id | No | Filter by course title id |