Get average and median resolution time and human response time after transfer.
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/analytics/response-times \
--header 'Authorization: Bearer <token>'{
"avg_resolution_seconds": 123,
"median_resolution_seconds": 123,
"total_resolved": 123,
"avg_human_response_seconds": 123,
"median_human_response_seconds": 123,
"total_transfers": 123
}Bearer token authentication using your API key
Was this page helpful?
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/analytics/response-times \
--header 'Authorization: Bearer <token>'{
"avg_resolution_seconds": 123,
"median_resolution_seconds": 123,
"total_resolved": 123,
"avg_human_response_seconds": 123,
"median_human_response_seconds": 123,
"total_transfers": 123
}