Agent SwarmAgent Swarm

Stats

Stats API endpoints

GET
/api/concurrent-context

Authorization

bearerAuth
AuthorizationBearer <token>

API key via Authorization: Bearer <API_KEY>

In: header

Response Body

curl -X GET "http://localhost:3013/api/concurrent-context"
Empty
GET
/api/logs

Authorization

bearerAuth
AuthorizationBearer <token>

API key via Authorization: Bearer <API_KEY>

In: header

Query Parameters

limit?integer
Range1 <= value
agentId?string
Formatuuid

Response Body

curl -X GET "http://localhost:3013/api/logs"
Empty
GET
/api/scheduled-tasks

Authorization

bearerAuth
AuthorizationBearer <token>

API key via Authorization: Bearer <API_KEY>

In: header

Query Parameters

enabled?string
Value in"true" | "false"
name?string
scheduleType?string
Value in"recurring" | "one_time"
hideCompleted?string
Value in"true" | "false"

Response Body

curl -X GET "http://localhost:3013/api/scheduled-tasks"
Empty
GET
/api/services

Authorization

bearerAuth
AuthorizationBearer <token>

API key via Authorization: Bearer <API_KEY>

In: header

Query Parameters

status?string
agentId?string
name?string

Response Body

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

Authorization

bearerAuth
AuthorizationBearer <token>

API key via Authorization: Bearer <API_KEY>

In: header

Response Body

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