Get My Attempts
Authentication
Requires a valid access token (any role).Example request
Response
Response fields
| Field | Type | Description |
|---|---|---|
content_type_id | string | Always "case_study" |
content_id | string | The case study ID |
attempt_count | integer | Number of counted attempts for that case study |
max_attempts | integer | Maximum allowed attempts for that case study. Current default is 3 unless configured otherwise in stored data. |
last_attempt_at | datetime | null | Timestamp of the most recent attempt |
An attempt is counted once the live conversation passes 60 seconds. Short or accidental sessions don’t consume attempts. Attempts are counted by the live session worker, not by grading.