list_certificates
Find issued certificates with filters for status, domain, course, student, and issue date. Supports pagination to review all results.
Instructions
Find issued certificates, one row per certificate.
Returns ONE PAGE; check `has_more` and page with `next_cursor` before reporting
a total. `filter_status` is one of active, expired, all - and defaults to **all**,
so an expired certificate is included unless you narrow it.
Requires the `certificates:read` OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | ||
| page_cursor | No | ||
| filter_status | No | all | |
| filter_domains | No | ||
| filter_course_id | No | ||
| filter_issued_gte | No | ||
| filter_issued_lte | No | ||
| filter_student_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| has_more | Yes | ||
| next_cursor | No | ||
| certificates | Yes |