POST /attempt/practice
Practice Get
Get simulations available for practice (operational).
Request Body (GetPracticeRequest)
| Field | Type | Required | Description |
|---|---|---|---|
snapshot_key | string | No | Cache snapshot key for consistent reads across related requests |
Response (GetPracticeResponse)
| Field | Type | Required | Description |
|---|---|---|---|
actor_name | string | No | Current user display name |
items | ChatSimulationOperational[] | No | Available practice simulation cards |
rubrics | RubricMapping[] | No | Rubric mapping data |
standard_groups | StandardGroupMapping[] | No | Standard group mapping data |
standards | StandardMapping[] | No | Standard mapping data |
analytics | AnalyticsFacets | No | Inline analytics facets for SSR |
Last updated on