cURL
curl --request GET \ --url https://api.sternrockcapital.com/assistants
{ "data": [ { "createdAt": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "model": "<string>", "name": "<string>", "provider": "openai", "transcriber": "deepgram" } ], "pagination": { "currentPage": 123, "lastPage": 123, "perPage": 123 } }
Returns a paginated list of assistants with name, provider, model, transcriber, and creation timestamp.
Page number
Items per page
OK
Show child attributes