Headers
Your API key for authentication.
Path Parameters
UUID of the widget to retrieve threads for.
Response
HTTP status code (200 for success).
Array of thread objects, each containing:
id(string): Thread UUIDcreated_at(string): ISO timestampvisitor_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 content
This endpoint does not return 404 if no threads exist; it returns an empty array instead.