Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:8000/v1/mind/conversations/{conversation_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "action": "<string>", "channel": "<string>", "conversation_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "expires_at": "2023-11-07T05:31:56Z", "last_message_at": "2023-11-07T05:31:56Z", "messages": [ { "content": "<string>", "created_at": "2023-11-07T05:31:56Z", "blocked": false } ], "status": "<string>", "title": "<string>", "turn_count": 123 }, "message": "<string>", "success": true }
Enter your JWT access token
Successful Response
Show child attributes