Get a list of all quality scorecards with optional state filter
curl --request GET \
--url https://demo.enneo.ai/api/mind/quality/scorecard \
--header 'Authorization: Bearer <token>'[
{
"id": 42,
"baseId": 17,
"revision": 2,
"name": "Email QA - Tier 1",
"state": "active",
"categories": [
{
"categoryId": 1,
"label": "Opening",
"order": 1,
"criteria": [
{
"id": 10,
"label": "Greeting",
"description": "Did the agent greet the customer properly?",
"maxPoints": 5,
"scoringType": "numericScale",
"autoGenerateByAi": false,
"assessmentPrompt": "Score the greeting quality",
"makeOrBreakForCategory": false,
"makeOrBreakForAssessment": false
}
]
}
],
"assignment": {
"ticketTags": [
101,
102
],
"teams": [
5
],
"channels": [
"email"
]
},
"createdAt": "2024-05-12T09:41:00Z",
"modifiedAt": "2024-06-01T10:00:00Z",
"canEdit": true
}
]JWT-based authentication
Filter by scorecard state (comma-separated list). Allowed values: draft, active, retired, deleted. Defaults to only active scorecards if not provided.
"draft,active"
List of quality scorecards
Scorecard ID
1
Base ID for versioning (stable across revisions)
1
Revision number
1
Scorecard name
"Junior agent standard review"
Scorecard state
draft, active, retired, deleted "active"
Number of categories (summary format only)
3
Scorecard categories with criteria (full format only)
Anzeigen untergeordnete attribute
Anzeigen untergeordnete attribute
metNotMet, numericScale User ID who created the scorecard
User ID who last modified the scorecard
Whether current user can edit this scorecard
curl --request GET \
--url https://demo.enneo.ai/api/mind/quality/scorecard \
--header 'Authorization: Bearer <token>'[
{
"id": 42,
"baseId": 17,
"revision": 2,
"name": "Email QA - Tier 1",
"state": "active",
"categories": [
{
"categoryId": 1,
"label": "Opening",
"order": 1,
"criteria": [
{
"id": 10,
"label": "Greeting",
"description": "Did the agent greet the customer properly?",
"maxPoints": 5,
"scoringType": "numericScale",
"autoGenerateByAi": false,
"assessmentPrompt": "Score the greeting quality",
"makeOrBreakForCategory": false,
"makeOrBreakForAssessment": false
}
]
}
],
"assignment": {
"ticketTags": [
101,
102
],
"teams": [
5
],
"channels": [
"email"
]
},
"createdAt": "2024-05-12T09:41:00Z",
"modifiedAt": "2024-06-01T10:00:00Z",
"canEdit": true
}
]