get_enrollment
Retrieve a single Skilljar enrollment by ID to view a learner's score, progress status, completion date, and certificate eligibility. Includes optional details for purchase, student, or certificate.
Instructions
Fetch one enrolment by its Skilljar id, with its score and progress.
Returns `score`, `max_score`, `progress_status`, `success_status`,
`completed_at` and `has_certificate` - the course-level reporting picture for one
learner on one course.
`include` accepts purchase, student, certificate. Requires the
`enrollments:read` OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| include | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| score | No | ||
| active | No | ||
| due_at | No | ||
| source | No | ||
| channel | No | ||
| max_score | No | ||
| expires_at | No | ||
| domain_name | No | ||
| enrolled_at | No | ||
| completed_at | No | ||
| success_status | No | ||
| has_certificate | No | ||
| progress_status | No |