curl --request GET \
--url https://api.example.com/assistants/available/ \
--header 'Authorization: Bearer <token>'{}This endpoint is used to list all assistants that are available to the user. It includes both default assistants and custom assistants that the user has created.
curl --request GET \
--url https://api.example.com/assistants/available/ \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.