Retrieve the daily activity of multiple users within the Gong system for a range of dates. This endpoint returns records including statistics about each user's activity, on the daily level. Records are returned only for users with activity in the range.
Required authorizaton scope: 'api:stats:user-actions:detailed'.
When paging is needed, provide the value supplied by the previous API call to bring the following page of records.
Filter parameters.
The date (in the company's time zone) from which to list a user's activity. This value is inclusive. The date should be specified in the following format: YYYY-MM-DD.
The date (in the company's time zone) until which to list a user's activity. This value is exclusive. This value should not exceed the current day. The date should be specified in the following format: YYYY-MM-DD.
Set of Gong's unique numeric identifiers for the users (up to 20 digits).
Successful response
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Information about the number of records that match the requested filter.
Total number of records.
Number of records in the current page.
Current page number.
Returned only when there are more records to be retrieved. Repeat the API call and pass this cursor value in the request to retrieve the next page of records.
A list, in which each item contains one user's activity.
A list, in which each item contains one user's activity.
Gong's unique numeric identifier for the user (up to 20 digits).
The email address of the Gong user.
Array of daily activity records, one for every day in the date range.
User daily activity
List of IDs of calls in which this user is the host.
List of IDs of calls where the user gave feedback.
List of IDs of calls where the user requested feedback.
List of IDs of calls where the user received feedback.
List of IDs of the user's own calls, that the user listened to.
List of IDs of calls, not belonging to this user, that the user listened to.
List of IDs of calls the user shared with other users inside the company.
List of IDs of calls the user shared with people outside the company.
List of IDs of calls in which this user is participant (not host)
List of IDs of calls in which a user gave at least one comment.
List of IDs of calls in which a user received at least one comment on the users calls.
List of IDs of calls in which someone pressed the "Mark as reviewed".
List of IDs of calls in which someone pressed the "Mark as reviewed" on the users calls.
List of IDs of calls in which the user filled scorecards.
List of IDs of calls in which someone filled a scorecard on the users calls.
The start of the day in the ISO-8601 format, for example: '2024-01-17T16:20:05-03:00' or '2016-02-16T03:57:04.834+05:30' or '2020-11-20T21:30:07.233692Z', where Z stands for UTC.
The end of the day in the ISO-8601 format, for example: '2024-01-17T16:20:05-03:00' or '2016-02-16T03:57:04.834+05:30' or '2020-11-20T21:30:07.233692Z', where Z stands for UTC.
Malformed request
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Error messages.
Access denied
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Error messages.
User not found
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Error messages.
API request limit exceeded
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Error messages.
Failed to complete the operation due to an unexpected error
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Error messages.