curl --request GET \
--url https://api.boostgpt.co/v1/bot/email/stats \
--header 'Authorization: Bearer <token>'{
"timeRange": "<string>",
"stats": {
"total": 123,
"inbound": 123,
"outbound": 123,
"unread": 123,
"processed": 123,
"failed": 123
}
}Get email statistics for an agent
curl --request GET \
--url https://api.boostgpt.co/v1/bot/email/stats \
--header 'Authorization: Bearer <token>'{
"timeRange": "<string>",
"stats": {
"total": 123,
"inbound": 123,
"outbound": 123,
"unread": 123,
"processed": 123,
"failed": 123
}
}Enter your API key
Project ID
Agent ID
Time range (e.g., '7d', '30d')
Include time series data
Was this page helpful?