Skip to content

List Scorecards ​

Endpoint ​

http
GET /unified/conversational-intelligence/scorecards
Integrations supported
  • Gong

Query parameters ​

Refer Specifying query parameters in Truto APIs

integrated_account_id
string · uuid
REQUIRED · 

The ID of the integrated account to use for the request.

Example: 62f44730-dd91-461e-bd6a-aedd9e0ad79d
truto_response_format
string

The format of the response.

  • unified returns the response with unified mappings applied.
  • raw returns the unprocessed, raw response from the remote API.
  • normalized applies the unified mappings and returns the data in a normalized format.
  • stream returns the response as a stream, which is ideal for transmitting large datasets, files, or binary data. Using streaming mode helps to efficiently handle large payloads or real-time data flows without requiring the entire data to be buffered in memory.
  • debug returns the final unified result alongside raw remote fetch information. The response is an envelope containing result (identical to unified mode output) and debug (with requestUrl, requestOptions, data, responseHeaders, and for list operations: nextCursor, isLooping, isEmptyResult, resultCount). debug is null for static responses or when truto_skip_api_call=true.

Defaults to unified.

All possible enum values:
  • unified
  • raw
  • normalized
  • stream
  • debug
Example: unified
truto_key_by
string

By default the result attribute is an array of objects. This parameter allows you to specify a field in each result objects to use as key, which transforms the result array into an object with the array items keyed by the field. This is useful for when you want to use the result as a lookup table.

Example: id
truto_ignore_limit
boolean

Ignores the limit query parameter.

truto_ignore_remote_data
boolean

Excludes the remote_data attribute from the response.

truto_exclude_fields
array

Array of fields to exclude from the response.

Example: truto_exclude_fields[]=id&truto_exclude_fields[]=name
remote_query
object

Query parameters to pass to the underlying API without any transformations. Refer this guide to see how to structure the query parameters.

Example: remote_query[foo]=bar
start_time
string · date-time

Start of the call or meeting date range used to filter scorecards

Supported in
  • Gong
end_time
string · date-time

End of the call or meeting date range used to filter scorecards (typically exclusive)

Supported in
  • Gong
review_start_time
string · date-time

Start of the review submission date range

Supported in
  • Gong
review_end_time
string · date-time

End of the review submission date range (typically exclusive)

Supported in
  • Gong
reviewees
array

Filter by users whose calls or meetings were reviewed

Supported in
  • Gong
reviewers
array

Filter by users who submitted the scorecard reviews

Supported in
  • Gong
scorecard_templates
array

Filter by scorecard templates

Supported in
  • Gong
review_method
string

Filter by how the scorecard was completed

All possible enum values:
  • automatic
  • both
  • manual
Supported in
  • Gong

Response Body ​

result
object[]

List of Scorecards

id
string
REQUIRED · 

The unique identifier for the scorecard submission

Supported in
  • Gong
meeting
object

The meeting or call that was reviewed

Supported in
  • Gong
id
string
REQUIRED · 

The unique identifier for the meeting

start_time
string · date-time

Start time of the meeting in ISO 8601 format

scorecard_template
object

The scorecard template that was used for the review

Supported in
  • Gong
id
string

The unique identifier for the scorecard template

name
string

Name of the scorecard template

reviewee
object

The user whose performance was reviewed

Supported in
  • Gong
id
string

The unique identifier for the reviewee

name
string

Name of the reviewee

email
string

Email of the reviewee

reviewer
object

The user who performed the review

Supported in
  • Gong
id
string

The unique identifier for the reviewer

name
string

Name of the reviewer

email
string

Email of the reviewer

review_method
string

How the scorecard was completed. Can be manual, automatic, or both.

overall_score
number

Overall numeric score for the review, when provided by the source

Supported in
  • Gong
overall_recommendation
string

Overall qualitative recommendation or summary for the review

Supported in
  • Gong
visibility
string

Visibility of the scorecard in the source system

Supported in
  • Gong
initiative
object

Coaching or quality initiative associated with the scorecard, when applicable

id
string

The unique identifier for the initiative

name
string

Name of the initiative

answers
object[]

The answers submitted for the scorecard

Supported in
  • Gong
field
object
id
string

The field's unique identifier

name
string

The field's name

label
string

The field's label

type
string

The field's type. If no clear mapping exists, then the raw value is returned.

All possible enum values:
  • statement
  • string
  • text
  • rich_text
  • number
  • boolean
  • date
  • datetime
  • time
  • enum
  • array
  • file
  • rating
  • scale
  • ranking
  • group
  • matrix
field_group
object

The field's group identifier. If present, the field is part of a group.

id
string

The field group's identifier

name
string

The field group's name

label
string

The field group's label

value
string

The value for the field submitted

submitted_at
string · date-time

When the scorecard was submitted or last answered

Supported in
  • Gong
reviewed_at
string · date-time

When the review was completed

Supported in
  • Gong
created_at
string · date-time

Creation time of the scorecard record

updated_at
string · date-time

Last updated time of the scorecard record

remote_data
object

Raw data returned from the remote API call.

next_cursor
string

The cursor to use for the next page of results. Pass this value as next_cursor in the query parameter in the next request to get the next page of results.

debug
object

Present only when truto_response_format=debug. Contains raw fetch details: requestUrl, requestOptions, data, responseHeaders, nextCursor, isLooping, isEmptyResult, resultCount. null for static responses or when truto_skip_api_call=true.

requestUrl
string
requestOptions
object
data
responseHeaders
object
nextCursor
string
isLooping
boolean
isEmptyResult
boolean
resultCount
number