POST /attempt/home
Home Get
Get simulations available for home (operational).
Request Body (GetHomeRequest)
| Field | Type | Required | Description |
|---|---|---|---|
snapshot_key | string | No | Cache snapshot key for consistent reads across related requests |
Response (GetHomeResponse)
| Field | Type | Required | Description |
|---|---|---|---|
actor_name | string | No | Current user display name |
items | ChatSimulationOperational[] | No | Available 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