Get Model Results based on filter criteria

Returns a list of model results for the specified criteria including ML predictions and human review results.

modelIds must contain active model IDs for your organization.
Use GET /Conversations/Classifiers to discover valid modelIds for your organization.
Use GET /Hierarchy/All to discover valid hierarchyCodes for your organization.

This endpoint uses cursor-based pagination. Pass the lastId from the final item in a page to retrieve the next page.
When includeUnprocessedMedia=true, the response may include conversations whose mediaStatus is Processed,
NotProcessed, or FailedToProcess. Unprocessed conversations return mediaStatus details with modelResults set to null.

Requests earlier than 2025-10-01 are automatically clamped to 2025-10-01.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Common next steps after a GET /ModelResults/ call:

  • Use ConversationId values with GET /Conversations/Transcriptions/{conversationId}/ to retrieve the conversation text.
  • Use ConversationId values with GET /Metadata/ to retrieve conversation context.
  • Page through results by passing the last Id from the current response as lastId on the next call.
Query Params
string

Start of the date range.
ISO-8601 Examples:
UTC datetime: 2022-03-18T21:52:26
UTC datetime with milliseconds: 2022-03-18T21:52:26.8816090Z
UTC date only: 2022-03-19
datetime with timezone: 2022-03-18T17:56:09.8683110-04:00

string

Must be equal to or later than startDate.
ISO-8601 Examples:
UTC datetime: 2022-03-18T21:52:26
UTC datetime with milliseconds: 2022-03-18T21:52:26.8816090Z
UTC date only: 2022-03-19
datetime with timezone: 2022-03-18T17:56:09.8683110-04:00

string

Comma-separated list of active model GUIDs for your organization. At least one required. Retrieve valid IDs from GET /Conversations/Classifiers.

string

Comma-separated list of hierarchy codes to filter by. Retrieve valid codes from GET /Hierarchy/All.

int32
Defaults to 100

Results per page. Default 100, max 1000

string

Identifier of the last result from the previous page. Used for cursor-based pagination. Omit on the first request.

boolean
Defaults to false

Boolean. Include conversations that have not yet completed processing. Default false. When true, mediaStatus is included for every item.

Responses

400

If modelIds is missing, malformed, or unknown, the response includes the available active model IDs for the organization. Other 400 responses cover invalid dates, page size, or hierarchyCodes.

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json