Agent SwarmAgent Swarm

Poll

Poll API endpoints

POST
/api/channel-activity/commit-cursors

Authorization

bearerAuth
AuthorizationBearer <token>

API key via Authorization: Bearer <API_KEY>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "http://localhost:3013/api/channel-activity/commit-cursors" \  -H "Content-Type: application/json" \  -d '{    "cursorUpdates": [      {        "channelId": "string",        "ts": "string"      }    ]  }'
Empty
Empty
GET
/api/poll

Authorization

bearerAuth
AuthorizationBearer <token>

API key via Authorization: Bearer <API_KEY>

In: header

Response Body

curl -X GET "http://localhost:3013/api/poll"
Empty
Empty
Empty