A valid request URL is required to generate request examples{
"patterns": [
{
"id": "<string>",
"pattern_type": "ivr_step",
"status": "pending",
"source": "call_transcript",
"confidence_score": "<string>",
"occurrences": 123,
"pattern_data": {
"tip": "<string>"
},
"ready_for_review": true,
"created_at": "<string>",
"insurer": {
"id": "<string>",
"name": "<string>",
"short_code": "<string>"
}
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
}
}Returns a paginated list of learning patterns.
A valid request URL is required to generate request examples{
"patterns": [
{
"id": "<string>",
"pattern_type": "ivr_step",
"status": "pending",
"source": "call_transcript",
"confidence_score": "<string>",
"occurrences": 123,
"pattern_data": {
"tip": "<string>"
},
"ready_for_review": true,
"created_at": "<string>",
"insurer": {
"id": "<string>",
"name": "<string>",
"short_code": "<string>"
}
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
}
}