API Version 3
cURL
curl --request GET \ --url https://paradigm.lighton.ai/api/v3/threads/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "status": "<string>", "ml_model": "<string>", "ml_model_name": "<string>", "chat_setting": 123, "creation_source": "<string>", "is_read": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "is_ephemeral": true, "is_archived": true, "legacy": true, "object": "thread" }
Get a thread by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>