cURL
curl --request GET \ --url http://localhost:6060/api/agent-server/threads/{thread_id}
{ "error": true, "message": "<string>", "data": { "id": "<string>", "conversation_id": "<string>", "created_at": "2023-11-07T05:31:56Z" }, "status": 123, "errorDetails": {} }
Thread retrieved successfully
Show child attributes