cURL
curl --request GET \ --url https://api.example.com/assistants
{ "assistants": [ { "assistant_id": "<string>", "name": "<string>", "graph_id": "<string>", "user_id": "<string>", "version": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>", "config": {}, "context": {}, "metadata_dict": {} } ], "total": 123 }
List all assistants owned by the authenticated user.
Returns every assistant without filtering. Use the search endpoint for filtered queries.
Successful Response
Response model for listing assistants
Show child attributes