Retrieves all conversation threads for a specific widget. Returns threads ordered by creation date (newest first) with associated messages ordered chronologically.
Documentation Index
Fetch the complete documentation index at: https://blandai-feat-kb-attachment-matrix.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
threads (array): Array of thread objects, each containing:
id (string): Thread UUIDcreated_at (string): ISO timestampended_at (string | null): ISO timestamp of when the thread endedlive_agent_handoff_at (string | null): ISO timestamp of when the thread was handed off to a live agentvisitor_id (string | null): UUID of visitor (if available)messages (array): Array of message objects, each containing:
id (string): Message UUIDsender_type (string): Either “USER” or “ASSISTANT”created_at (string): ISO timestampcontent (string): Message contentoriginal_content (string | null): Original message content before any modificationstotal (number): Total number of threads matching the query (useful for calculating total pages)