Scorecard
Get Scorecard Item
Retrieves a single scorecard item. Both the parent scorecard and the item must belong to the caller's organization.
get/scorecards/{id}/items/{itemId}
Path parameters
idstring required
Parent scorecard UUID
itemIdstring required
Scorecard item UUID
Response
Scorecard item successfully retrieved
Example response
{
"data": {
"id": "si-uuid-123",
"scorecardId": "sc-uuid-456",
"title": "Discovery Quality",
"type": "numeric",
"position": 0,
"weight": 25,
"version": 1,
"createdAt": "2026-04-16T10:15:00Z",
"lastUpdatedAt": "2026-04-16T10:15:00Z"
}
}