# 聚智Assistant API ## API Docs - Assistants [Create Assistant](https://joinai-assistant-api.apifox.cn/298934632e0.md): Create an assistant. - Assistants [Search Assistants](https://joinai-assistant-api.apifox.cn/298934633e0.md): Search for assistants. - Assistants [Get Assistant](https://joinai-assistant-api.apifox.cn/298934634e0.md): Get an assistant by ID. - Assistants [Delete Assistant](https://joinai-assistant-api.apifox.cn/298934635e0.md): Delete an assistant by ID. - Assistants [Patch Assistant](https://joinai-assistant-api.apifox.cn/298934636e0.md): Update an assistant. - Assistants [Get Assistant Graph](https://joinai-assistant-api.apifox.cn/298934637e0.md): Get an assistant by ID. - Assistants [Get Assistant Subgraphs](https://joinai-assistant-api.apifox.cn/298934638e0.md): Get an assistant's subgraphs. - Assistants [Get Assistant Subgraphs by Namespace](https://joinai-assistant-api.apifox.cn/298934639e0.md): Get an assistant's subgraphs filtered by namespace. - Assistants [Get Assistant Schemas](https://joinai-assistant-api.apifox.cn/298934640e0.md): Get an assistant by ID. - Assistants [Get Assistant Versions](https://joinai-assistant-api.apifox.cn/298934641e0.md): Get all versions of an assistant. - Assistants [Set Latest Assistant Version](https://joinai-assistant-api.apifox.cn/298934642e0.md): Set the latest version for an assistant. - Threads [Create Thread](https://joinai-assistant-api.apifox.cn/298934643e0.md): Create a thread. - Threads [Search Threads](https://joinai-assistant-api.apifox.cn/298934644e0.md): Search for threads. - Threads [Bulk Update Thread State](https://joinai-assistant-api.apifox.cn/298934645e0.md): Create a new thread from a batch of state updates. - Threads [Get Thread State](https://joinai-assistant-api.apifox.cn/298934646e0.md): Get state for a thread. - Threads [Update Thread State](https://joinai-assistant-api.apifox.cn/298934647e0.md): Add state to a thread. - Threads [Get Thread State At Checkpoint](https://joinai-assistant-api.apifox.cn/298934648e0.md): Get state for a thread at a specific checkpoint. - Threads [Get Thread History](https://joinai-assistant-api.apifox.cn/298934649e0.md): Get all past states for a thread. - Threads [Get Thread History Post](https://joinai-assistant-api.apifox.cn/298934650e0.md): Get all past states for a thread. - Threads [Copy Thread](https://joinai-assistant-api.apifox.cn/298934651e0.md): Create a new thread with a copy of the state and checkpoints from an existing thread. - Threads [Get Thread](https://joinai-assistant-api.apifox.cn/298934652e0.md): Get a thread by ID. - Threads [Delete Thread](https://joinai-assistant-api.apifox.cn/298934653e0.md): Delete a thread by ID. - Threads [Patch Thread](https://joinai-assistant-api.apifox.cn/298934654e0.md): Update a thread. - Thread Runs [List Runs](https://joinai-assistant-api.apifox.cn/298934655e0.md): List runs for a thread. - Thread Runs [Create Background Run](https://joinai-assistant-api.apifox.cn/298934656e0.md): Create a run in existing thread, return the run ID immediately. Don't wait for the final run output. - Thread Runs [Create Run, Stream Output](https://joinai-assistant-api.apifox.cn/298934657e0.md): Create a run in existing thread. Stream the output. - Thread Runs [Create Run, Wait for Output](https://joinai-assistant-api.apifox.cn/298934658e0.md): Create a run in existing thread. Wait for the final output and then return it. - Thread Runs [Get Run](https://joinai-assistant-api.apifox.cn/298934659e0.md): Get a run by ID. - Thread Runs [Delete Run](https://joinai-assistant-api.apifox.cn/298934660e0.md): Delete a run by ID. - Thread Runs [Join Run](https://joinai-assistant-api.apifox.cn/298934661e0.md): Wait for a run to finish. - Thread Runs [Join Run Stream](https://joinai-assistant-api.apifox.cn/298934662e0.md): Join a run stream. This endpoint streams output in real-time from a run similar to the /threads/__THREAD_ID__/runs/stream endpoint. Only output produced after this endpoint is called will be streamed. - Thread Runs [Cancel Run](https://joinai-assistant-api.apifox.cn/298934663e0.md): - Thread Runs [Cancel Runs](https://joinai-assistant-api.apifox.cn/298934664e0.md): Cancel one or more runs. Can cancel runs by thread ID and run IDs, or by status filter. - Crons (Plus tier) [Create Thread Cron](https://joinai-assistant-api.apifox.cn/298934665e0.md): Create a cron to schedule runs on a thread. - Crons (Plus tier) [Create Cron](https://joinai-assistant-api.apifox.cn/298934666e0.md): Create a cron to schedule runs on new threads. - Crons (Plus tier) [Search Crons](https://joinai-assistant-api.apifox.cn/298934667e0.md): Search all active crons - Crons (Plus tier) [Delete Cron](https://joinai-assistant-api.apifox.cn/298934668e0.md): Delete a cron by ID. - Stateless Runs [Create Run, Stream Output](https://joinai-assistant-api.apifox.cn/298934669e0.md): Create a run in a new thread, stream the output. - Stateless Runs [Create Run, Wait for Output](https://joinai-assistant-api.apifox.cn/298934670e0.md): Create a run in a new thread. Wait for the final output and then return it. - Stateless Runs [Create Background Run](https://joinai-assistant-api.apifox.cn/298934671e0.md): Create a run in a new thread, return the run ID immediately. Don't wait for the final run output. - Stateless Runs [Create Run Batch](https://joinai-assistant-api.apifox.cn/298934672e0.md): Create a batch of runs in new threads, return immediately. - Store [Store or update an item.](https://joinai-assistant-api.apifox.cn/298934673e0.md): - Store [Delete an item.](https://joinai-assistant-api.apifox.cn/298934674e0.md): - Store [Retrieve a single item.](https://joinai-assistant-api.apifox.cn/298934675e0.md): - Store [Search for items within a namespace prefix.](https://joinai-assistant-api.apifox.cn/298934676e0.md): - Store [List namespaces with optional match conditions.](https://joinai-assistant-api.apifox.cn/298934677e0.md):