Post hierarchyIds, hierarchyCodes, or classifierIds to filter on classifier results.

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

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

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

string
required
length ≥ 1

ISO 8601 datetime. Required.

string
required
length ≥ 1

ISO 8601 datetime. Must be equal to or later than StartDate. Required.

string | null

Comma-separated category name filter. Valid values: Skills, Topics, Process, SE Suite.

string | null

Comma-delimited classifier type filter. Valid values: Classifier, Core AI Model, LLM Model, Metadata.

string | null

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

int32 | null

Results per page. Default 100, max 1000.

classifierIds
array of uuids | null

List of classifier GUIDs. Use GET /Conversations/Classifiers to discover available IDs.

classifierIds
hierarchyIds
array of uuids | null

List of hierarchy GUIDs.

hierarchyIds
hierarchyCodes
array of strings | null

List of hierarchy codes. Resolved to hierarchy IDs automatically.

hierarchyCodes
Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

400

If the request parameters are invalid

404

If no conversations meet the criteria

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