Get how the learner did
get_set_resultsRead learner results for a study set, including weak and untouched cards along with review counts, to tailor follow-up sets based on actual performance.
Instructions
Read back real study results for a set: which cards the learner marked hard (weakCards), which they never reached (untouchedCards), and per-card review counts. This is the feedback half of the loop — read it before writing the next set, and build the follow-up out of weakCards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| setId | Yes | Set id returned by create_study_set or list_study_sets | |
| userId | No | Read progress for a different learner than the set owner |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cards | No | ||
| notes | No | ||
| setId | Yes | ||
| title | Yes | ||
| topic | No | ||
| summary | Yes | ||
| demoNote | No | ||
| completed | Yes | ||
| weakCards | Yes | ||
| dueCardIds | No | ||
| untouchedCards | No |