Fetches the details of a specific rubric using its unique ID. This includes basic metadata like name and description, as well as an array of associated criteria with scoring logic.
Key Notes:
id
must be a valid UUID of an existing rubric.404
error is returned.Use Cases:
Response includes:
id
: Unique ID of the rubric.
name
, description
rubricCriteria
: Array of criteria with scoring logic.
createdAt
, modifiedAt
timestamps.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier for the rubric.
Rubric retrieved successfully.
The response is of type object
.