Get Model Results for one or more specific conversations

Returns all model results for conversations matching the provided Conversation Ids or Client Call Ids.
modelIds is required and must contain active model IDs for your organization.
At least one of conversationIds or clientCallIds must also be supplied.
When both conversationIds and clientCallIds are provided, results for any conversation matching
either set of identifiers are returned. Maximum 100 IDs per parameter.

Use this endpoint when you already know the Authenticx ConversationId from GET /Metadata or your own
source-system ClientCallId and want the latest available model results for those specific conversations.
Set includeUnprocessedMedia=true to also return conversations that are still processing or failed to process.

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

Comma-separated list of Authenticx conversation GUIDs as returned by GET /Metadata.
Maximum 100 values per request.

string

Comma-separated list of source system unique identifiers for conversations.
Maximum 100 values per request.

string

Required comma-separated list of active model GUIDs for your organization.
Only results for those models are returned. Retrieve valid IDs from GET /Conversations/Classifiers.

boolean
Defaults to true

Include conversations that failed or have not yet completed processing.
When true, returned items may contain mediaStatus with modelResults set to null.
Default true.

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 conversation IDs or too many identifiers.

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