Get per-assistant performance statistics for the specified organization.
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/analytics/assistants[
{
"assistant_id": "<string>",
"name": "<string>",
"avatar_url": "<string>",
"total_conversations": 123,
"closed_by_ai": 123,
"closed_by_human": 123,
"transferred_to_human": 123
}
]Page number
Number of items to take
Next page token (Only used on special endpoints)
Per-assistant performance statistics for the specified organization.
Was this page helpful?
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/analytics/assistants[
{
"assistant_id": "<string>",
"name": "<string>",
"avatar_url": "<string>",
"total_conversations": 123,
"closed_by_ai": 123,
"closed_by_human": 123,
"transferred_to_human": 123
}
]