Authorization: ********************
{
"category_id": 0,
"start_time": "1s",
"end_time": "1s",
"scorer_max_evaluations": 0,
"sample_percentage": 0,
"agent_user_ids": [
"string"
],
"scorecard_id": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/scorecards/scorecards/samplecallsbycategory' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"category_id": 0,
"start_time": "1s",
"end_time": "1s",
"scorer_max_evaluations": 0,
"sample_percentage": 0,
"agent_user_ids": [
"string"
],
"scorecard_id": 0
}'
{
"agent_calls": [
{
"call_sid": 0,
"call_type": "INBOUND",
"call_start": "1s",
"call_duration": "string",
"speech": "string",
"silence": "string",
"agent_user_id": "string"
}
]
}