Rubrics
rubrics
Methods
post/v5/rubrics
Create Rubric
get/v5/rubrics
List Rubrics
query Parameters
ending_before: string
Optional
limit: number
(maximum: 10000, minimum: 1, default: 100)Optional
sort_by: string
Optional
starting_after: string
Optional
tags: Array<string>
Optional
Filter by tags
title: string
Optional
Filter by title (case-insensitive)
Response fields
has_more: boolean
Whether there are more items left to be fetched.
total: number
The total of items that match the query. This is greater than or equal to the number of items returned.
limit: number
(default: 100)Optional
The maximum number of items to return.
object: "list"
(default: "list")Optional
Request example
200Example
get/v5/rubrics/{rubric_id}
Get Rubric
patch/v5/rubrics/{rubric_id}
Update or Restore Rubric
Archive Rubric -> { id, deleted, object }
delete/v5/rubrics/{rubric_id}
Archive Rubric
Domain types
RestoreRequest = { restore }
RubricArchiveResponse = { id, deleted, object }
RubricResponse = { id, created_at, created_by, 7 more... }
Rubrics
Criteria
rubrics.criteria
Methods
post/v5/rubrics/{rubric_id}/criteria
Add Criterion to Rubric
patch/v5/rubrics/{rubric_id}/criteria/{rubric_criteria_id}
Update Criterion
List Criterion Versions -> { has_more, items, total, 2 more... }
get/v5/rubrics/{rubric_id}/criteria/{rubric_criteria_id}/versions
List Criterion Versions
Domain types
CriterionListVersionsResponse = { has_more, items, total, 2 more... }
RubricCriteriaInput = { title, annotations, weight }
RubricCriteriaResponse = { id, created_at, rubric_id, 5 more... }
RubricCriteriaSummaryResponse = { title, weight }
Slim criteria projection for list endpoints (title + weight only).