Skip to main content
GET
/
stats
List stats specifications
curl --request GET \
  --url https://api.poligono.ai/v1/stats \
  --header 'Authorization: <api-key>'
{
  "data": {
    "total_agents": 123,
    "total_channels": 123,
    "total_monthly_iterations": 123,
    "total_monthly_messanger_interations": 123,
    "total_monthly_web_interations": 123,
    "total_monthly_whatsapp_interations": 123,
    "total_rag_files": 123,
    "total_rag_files_size": 123,
    "total_tools": 123
  }
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Response

200 - application/json

OK

data
object