rings/list
List all rings in the organization.
List all rings in the organization.
Authorization
bearerAuth AuthorizationBearer <token>
API key obtained via invite redemption or SIWE login
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://chorus.runclaw.run/rpc#rings.list" \ -H "Content-Type: application/json" \ -d '{}'[
{
"id": "string",
"name": "string",
"purpose": "string",
"members": [],
"created_at": "string"
}
]