Returns transcripts for calls that took place during the specified date period. If call IDs are specified, only transcripts for calls with those IDs that took place during the time period are returned.
Required authorizaton scope: 'api:calls:read:transcript'.
When paging is needed, provide the value supplied by the previous API call to bring the following page of records.
Filter parameters.
Date and time (in ISO-8601 format: '2018-02-18T02:30:00-07:00' or '2018-02-18T08:00:00Z', where Z stands for UTC) from which to list recorded calls. Returns calls that started on or after the specified date and time. If not provided, list starts with earliest call. The date applies to call start time.
Date and time (in ISO-8601 format: '2018-02-18T02:30:00-07:00' or '2018-02-18T08:00:00Z', where Z stands for UTC) until which to list recorded calls. Returns calls that started up to but excluding specified date and time. If not provided, list ends with most recent call. The date applies to call start time.
Optional Workspace identifier, if supplied the API will return only the calls belonging to this workspace.
List of calls Ids to be filtered. If not supplied, returns all calls between fromDateTime and toDateTime.
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 with one entry per call.
A list with one entry per call.
Gong's unique numeric identifier for the call (up to 20 digits).
List of monologues.
List of monologues.
Unique ID of the speaker. Cross-reference this with the 'speakerId' field of objects in the 'parties' array returned from endpoint '/v2/calls/extensive' to identify the participant.
The name of the topic.
A list of sentences spoken in the monologue.
A list of sentences spoken in the monologue.
The starting time of the sentence, in milliseconds from the start of the call.
The end time of the sentence, in milliseconds from the start of the call.
The sentence.
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.
No calls found for the specified period
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.