Get Thread Sources
Get thread source filters across the full thread set.
Query Parameters
space_id?|
Optional isolation space to inspect
Response Body
application/json
application/json
curl -X GET "http://127.0.0.1:14242/threads/sources"{
"sources": [
{
"source": "string",
"thread_count": 0
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}