insights.folders
Get Insights Folder Details
get/api/v1/insights/folders/{folder_id}
Path parameters
folder_idinteger required
Response
Successful Response
Example response
{
"name": "customer-complaints",
"label": "support",
"description": "Call recordings related to customer complaints",
"id": 182764,
"created_at": "2026-07-31T00:00:00Z",
"updated_at": "2026-08-01T00:00:00Z",
"last_updated_by": "user@email.com",
"folder_stats": {
"count": 10,
"total_duration": "10:00:00",
"total_size": "213MB"
}
}