List Clusters
Returns all clusters (tracked communities and information sources) with id, name, and description.
Use cluster IDs with the clusterIds parameter on the /signals endpoint to filter signals by source.
Response Body
application/json
curl -X GET "https://api.aixbt.tech/v2/clusters"{
"status": 200,
"data": [
{
"id": "string",
"name": "string",
"description": "string"
}
]
}Empty