Get stream of thought by ID.
Get a stream of thought with the ID.
Path parameters
-
streamOfThoughtID
integer(int32) Required Stream of thought's ID.
GET
/stream_of_thought/{streamOfThoughtID}
curl \
-X GET https://philosapi.vercel.app/api/stream_of_thought/15
Response examples (200)
[
{
"id": 42,
"name": "string"
}
]