Preview Conversation
Load a richer preview for one selected discovered conversation.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request model for loading a richer preview for one discovered session.
Response Body
application/json
application/json
curl -X POST "https://example.com/threads/conversations/preview" \ -H "Content-Type: application/json" \ -d '{ "path": "string", "source": "string" }'{ "message_count": 0, "preview_messages": [ { "role": "string", "content": "string" } ]}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}