Retrieves a single scorecard by its UUID, scoped to the caller’s organization. Cross-organization lookups return 404 to prevent existence leaks.
Scorecard UUID
Scorecard successfully retrieved
Single-resource envelope wrapping a Scorecard.
A scorecard template used to evaluate a conversation, chat, or email.
{
"id": "sc-uuid-123",
"title": "Sales Discovery Scorecard",
"organizationId": "org-uuid-456",
"teamId": "team-uuid-789",
"allTeams": false,
"enabled": true,
"interactionType": "conversation",
"detailedInstructions": "Focus on discovery quality and next-step commitments.",
"scorecardPrompt": "",
"expertMode": false,
"isDefaultTemplate": false,
"criteria": { "operator": "AND", "conditions": [] },
"createdAt": "2026-04-16T10:15:00Z"
}