v1

latestOpenAPI 3.0.22026-07-174617345.8 KB
Reports & Analytics

Provide summary of overall conversation metrics.

get/api/v1/projects/{projectId}/reports/conversations

Path parameters

projectIdinteger required
Example:1

The ID of the agent to get conversations for

Query parameters

filtersstring[] required

Filters to return conversations metrics for.

Response

Get the conversation metrics data for an agent

status'error' | 'success'

The status of the response

Example response

{
  "status": "success",
  "data": {
    "total": 10
  }
}