Documentation Index

Fetch the complete documentation index at: https://help.gong.io/llms.txt

Use this file to discover all available pages before exploring further.

List of calls in a specific folder (/v2/library/folder-content)

Prev Next
Get
/v2/library/folder-content

Given a folder id, this endpoint retrieves a list of calls in it.

Required authorizaton scope: 'api:library:read'.

Query parameters
folderId
string

Gong's unique numeric identifier for the folder (up to 20 digits).

Responses
200

Successful response

Expand All
object
requestId
string

A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.

Example4al018gzaztcr8nbukw
id
string

Gong's unique numeric identifier for a library's folder (up to 20 digits).

Example3843152912968920037
name
string

Display name of the folder.

ExampleSales Onboarding
createdBy
string

Gong's unique numeric identifier for the user who added the folder.

Example234599484848423
updated
string (date-time)

Folder's last update time in the ISO-8601 format (e.g., '2020-03-14T05:30:00-08:00').

Example2020-03-14T13:30:00Z
calls
Array of object (LibraryCall)

A list, in which each item represents one library call.

object

Basic details such as id, title, notes, etc.

id
string

Gong's unique numeric identifier of a call (up to 20 digits).

Example7782342274025937895
title
string

The title of the call.

ExampleExample call
note
string

A note attached to the call in the folder. The note is optional.

Examplesample note
addedBy
string

Gong's unique numeric identifier for the user who added the call to folder.

Example234599484848423
created
string (date-time)

The date and time when the call was added to folder in the ISO-8601 format (e.g., '2020-01-12T14:30:00-08:00').

Example2020-01-12T22:30:00Z
url
string

URL of the call.

Examplehttps://app.gong.io/call?id=3636865806219496180&highlights=%5B%7B%22to%22%3A+3240%2C+%22from%22%3A+1200%2C+%22type%22%3A+%22LIBRARY%22%7D%5D
snippet
object (Snippet)

Snippet of call

fromSec
integer (int32)

Call snippet start in seconds relative to the call start time. For example 305 is a snippet that starts after 5 minutes and 5 seconds after the beginning of the call.

Example21
toSec
integer (int32)

Call snippet end in seconds relative to the call start time. For example 900 means that this snippet ends after exactly 15 minutes after the beginning of the call.

Example132
400

Malformed request

object
requestId
string

A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.

Example4al018gzaztcr8nbukw
errors
Array of string

Error messages.

Example[ "An error has occurred" ]
string
401

Access denied

object
requestId
string

A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.

Example4al018gzaztcr8nbukw
errors
Array of string

Error messages.

Example[ "An error has occurred" ]
string
404

No folders found for the specified period

object
requestId
string

A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.

Example4al018gzaztcr8nbukw
errors
Array of string

Error messages.

Example[ "An error has occurred" ]
string
429

API request limit exceeded

Headers
Retry-After
integer
Number of seconds to wait before making a new request.
object
requestId
string

A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.

Example4al018gzaztcr8nbukw
errors
Array of string

Error messages.

Example[ "An error has occurred" ]
string
500

Failed to complete the operation due to an unexpected error

object
requestId
string

A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.

Example4al018gzaztcr8nbukw
errors
Array of string

Error messages.

Example[ "An error has occurred" ]
string