You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/includes/_activity.md
+35-3Lines changed: 35 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -123,12 +123,44 @@ form_url | URL to view this form | string
123
123
124
124
## Summary
125
125
126
+
126
127
**Summary Metrics**
127
128
128
-
Description: count of objects handled, count of objects responded to, average response time, longest response time, count of objects that exceeded the SLA period.
129
+
Access the summary metrics that are used to power the big number metrics you can see in Activity. This includes the number of objects handled, response count, average response time, agent handle time and a few others.
Description: daily volume of objects in each workflow state.
@@ -202,6 +234,6 @@ Request:
202
234
203
235
The API may rate limit requests made by your application. Our rate limits are managed by an allowed number of requests per time window. A single request could be to retrieve a list of users, or query a particular chart endpoint.
204
236
205
-
The rate limit is *100 requests per 5 minutes per API Token.*
237
+
The rate limit is **100 requests per 5 minutes per API Token.**
206
238
207
-
In the case you are rate limited a "429 Rate limited exceeded" response will be returned. We suggest waiting a few minutes and trying again.
239
+
In the case you are rate limited a "429 Rate limited exceeded" response will be returned.
0 commit comments