Skip to main content
GET
/
v1
/
analytics
/
outreach
/
summary
Get Outreach Summary
curl --request GET \
  --url http://api.stuut.ai/v1/analytics/outreach/summary \
  --header 'Authorization: Bearer <token>'
[
  {
    "period_end": "2023-12-25",
    "period_start": "2023-12-25",
    "avg_response_time": 123,
    "automated": 123,
    "generated": 123,
    "inbound": 123,
    "originated_in_stuut": 123,
    "outbound": 123,
    "touched_by_stuut": 123
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

interval
enum<string>
default:monthly

The time period for the query

Available options:
weekly,
monthly,
all

Response

Successful response

period_end
string<date>
required

The period end date.

period_start
string<date>
required

The period start date.

avg_response_time
number
required

Average response time in minutes

automated
integer
required

Total # of automated outbound emails.

generated
integer
required

Total # of AI/template generated emails.

inbound
integer
required

Total # of inbound emails

originated_in_stuut
integer
required

Total # of emails which originated in stuut.

outbound
integer
required

Total # of outbound emails

touched_by_stuut
integer
required

Total # of outbound emails touched by stuut