# Get stream of thought **GET /stream_of_thought** Get a list of all the stream of thought of these philosophers. ## Servers - Philosapi: https://philosapi.vercel.app/api (Philosapi) ## Parameters ### Query parameters - **limit** (integer) limit of elements to return - **offset** (integer(int32)) number of element to skip - **sot** (string) Stream of thought's name. ## Responses ### 200 Response 200 #### Body: application/json (array[object]) - **id** (integer) The ID of the work. - **name** (string) stream of thought's name. ### 400 bad input parameter [Powered by Bump.sh](https://bump.sh)