import os
from syllable_sdk import SyllableSDK
with SyllableSDK(
api_key_header=os.getenv("SYLLABLESDK_API_KEY_HEADER", ""),
) as ss_client:
res = ss_client.insights.folders.get_by_id(folder_id=982079)
# Handle response
print(res)
{
"name": "customer-complaints",
"label": "support",
"description": "Call recordings related to customer complaints",
"id": 182764,
"created_at": "2025-07-01T00:00:00Z",
"updated_at": "2025-07-02T00:00:00Z",
"last_updated_by": "user@email.com",
"folder_stats": {
"count": 10,
"total_duration": "10:00:00",
"total_size": "213MB"
}
}
import os
from syllable_sdk import SyllableSDK
with SyllableSDK(
api_key_header=os.getenv("SYLLABLESDK_API_KEY_HEADER", ""),
) as ss_client:
res = ss_client.insights.folders.get_by_id(folder_id=982079)
# Handle response
print(res)
{
"name": "customer-complaints",
"label": "support",
"description": "Call recordings related to customer complaints",
"id": 182764,
"created_at": "2025-07-01T00:00:00Z",
"updated_at": "2025-07-02T00:00:00Z",
"last_updated_by": "user@email.com",
"folder_stats": {
"count": 10,
"total_duration": "10:00:00",
"total_size": "213MB"
}
}
import os
from syllable_sdk import SyllableSDK
with SyllableSDK(
api_key_header=os.getenv("SYLLABLESDK_API_KEY_HEADER", ""),
) as ss_client:
res = ss_client.insights.folders.get_by_id(folder_id=982079)
# Handle response
print(res)
{
"name": "customer-complaints",
"label": "support",
"description": "Call recordings related to customer complaints",
"id": 182764,
"created_at": "2025-07-01T00:00:00Z",
"updated_at": "2025-07-02T00:00:00Z",
"last_updated_by": "user@email.com",
"folder_stats": {
"count": 10,
"total_duration": "10:00:00",
"total_size": "213MB"
}
}
import os
from syllable_sdk import SyllableSDK
with SyllableSDK(
api_key_header=os.getenv("SYLLABLESDK_API_KEY_HEADER", ""),
) as ss_client:
res = ss_client.insights.folders.get_by_id(folder_id=982079)
# Handle response
print(res)
{
"name": "customer-complaints",
"label": "support",
"description": "Call recordings related to customer complaints",
"id": 182764,
"created_at": "2025-07-01T00:00:00Z",
"updated_at": "2025-07-02T00:00:00Z",
"last_updated_by": "user@email.com",
"folder_stats": {
"count": 10,
"total_duration": "10:00:00",
"total_size": "213MB"
}
}