Get classifier results for conversations based on filter criteria

Returns a list of classifier results for conversations
with Status of "Sampled" or "ReadyToSample" that match the specified criteria.

Requests without any classifier or hierarchy filters may span up to 7 days.
Supplying at least one of ClassifierIds, HierarchyIds, HierarchyCodes,
ClassifierCategoryNames, or ClassifierTypes extends the maximum date range to 31 days.

Use GET /Conversations/Classifiers to discover valid classifier IDs.
Use GET /Hierarchy/All to discover valid hierarchy IDs and hierarchy codes.

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

Which date to filter on. Valid values: ArrivalDate (default), InteractionDate.

string
required

ISO 8601 datetime. Required. Requests may span at most 7 days unless at least one of
ClassifierIds, HierarchyIds, HierarchyCodes, ClassifierCategoryNames, or ClassifierTypes
is supplied, in which case up to 31 days is allowed.

string
required

ISO 8601 datetime. Must be equal to or later than StartDate. Required. The total requested
range may be at most 7 days unless at least one of ClassifierIds, HierarchyIds,
HierarchyCodes, ClassifierCategoryNames, or ClassifierTypes is supplied, in which case up
to 31 days is allowed.

string

Comma-separated list of classifier GUIDs. Use GET /Conversations/Classifiers to discover available IDs.
Providing this filter qualifies the request for the 31-day maximum date range.

string

Comma-separated list of hierarchy GUIDs. Providing this filter qualifies the request for the
31-day maximum date range.

string

Comma-separated list of hierarchy codes. Resolved to hierarchy IDs automatically. Providing
this filter qualifies the request for the 31-day maximum date range.

string

Comma-separated category name filter. Valid values: Skills, Topics, Process, SE Suite.
Providing this filter qualifies the request for the 31-day maximum date range.

string

Comma-delimited classifier type filter. Valid values: Classifier, Core AI Model, LLM Model, Metadata.
Providing this filter qualifies the request for the 31-day maximum date range.

string

GUID of the last conversation from the previous page. Used for cursor-based pagination.

int32

Results per page. Default 100, max 1000.

Responses

400

If the request parameters are invalid

404

If no conversations meet the criteria

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