diff --git a/docs/my-website/docs/assistants.md b/docs/my-website/docs/assistants.md index 65d4ce118..1af780500 100644 --- a/docs/my-website/docs/assistants.md +++ b/docs/my-website/docs/assistants.md @@ -162,6 +162,14 @@ curl http://0.0.0.0:4000/v1/threads \ -d '' ``` +**Get a Thread** + +```bash +curl http://0.0.0.0:4000/v1/threads/{thread_id} \ + -H "Content-Type: application/json" \ + -H "Authorization: Bearer sk-1234" +``` + **Add Messages to the Thread** ```bash