Retrieving curated, labeled datasets for ML model training and evaluation.
ThreadsQueryParams
class, allowing you to slice and dice your production data effectively.
ThreadsQueryParams
)projectId
: Filter threads belonging to a specific project.hasFeedback
: Retrieve only threads that have associated feedback/labels.intentIds
: Get threads classified with specific User Intent IDs.issueIds
: Get threads tagged with specific Issue IDs.userSegmentIds
: Filter threads associated with users belonging to particular segments.search
: Perform a text-based search across message content within threads.before
/ after
: Filter threads based on creation time.externalIds
: Retrieve specific threads using your own external identifiers.ids
: Retrieve specific threads using Melodi’s internal IDs.includeFeedback
/ includeIntents
/ includeIssues
: Optionally include associated feedback, intent, or issue objects directly in the thread response payload (can increase response size).pageSize
/ pageIndex
: Control pagination for large datasets.