Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api-sandbox.featherhq.com/v1/analytics/sessions/by-channel \ --header 'x-api-key: <api-key>'
[ { "channel": "<string>", "total_sessions": 123, "resolved_sessions": 123, "resolution_rate_pct": 123, "avg_resolution_minutes": 123, "escalated_sessions": 123, "escalation_rate_pct": 123 } ]
Successful Response
Was this page helpful?