---
title: "Assessments for a standard"
method: GET
path: "/academic-standards/{caseIdentifierUUID}/assessments"
tags: ["Academic Standards"]
---

# Assessments for a standard

`GET /academic-standards/{caseIdentifierUUID}/assessments`

Fetches summary information for all assessments that evaluate a specific academic standard.

Returns assessment summaries (identifier, name) that are aligned to this standard, indicating which assessments measure student achievement of this learning expectation.

Use this endpoint when you need to:
- Find all assessments that evaluate a specific standard
- Build standards-based assessment systems
- Track which standards are assessed
- Generate assessment coverage reports

## Path parameters

- `caseIdentifierUUID` string, uuid, required

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Successfully retrieved list of assessment summaries

- object — Cursor-based paginated response
  - `data` object[], required — Array of result items
    - `identifier` string, required — Unique identifier for the resource in Knowledge Graph
    - `name` string, required — Name or title of the resource
    - `author` string, required — Author or creator of the resource
    - `provider` string, required — Source data provider for the resource
    - `license` string, required — URL to the resource's license document
    - `attributionStatement` string, required — Statement that acknowledges the resource's author and provider, as required by the CC BY 4.0 license
    - `curriculumAlignmentType` string[] — Description of how the resource relates to its standard (e.g., `addressing`, `building_toward`, `building_on`, `practicing`)
  - `pagination` Pagination, required — Cursor-based pagination metadata
    - `limit` integer, required — Maximum number of results to return per page
    - `nextCursor` string, nullable — Cursor for fetching the next page of results in your next request (`null` if there are no more results)
    - `hasMore` boolean, required — Whether there are more results after this page

## Other responses

- `404` — Academic standard not found
- `500` — Internal server error

---

[API](https://skmtc.dev/learningcommons/apis/learning-commons-knowledge-graph-rest-api.md) · [All operations](https://skmtc.dev/learningcommons/apis/learning-commons-knowledge-graph-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/learningcommons/learning-commons-knowledge-graph-rest-api/revisions/87a44fbb081f/schema)
