Agent SwarmAgent Swarm

Trackers

Trackers API endpoints

GET
/api/trackers/linear/authorize

Response Body

curl -X GET "http://localhost:3013/api/trackers/linear/authorize"
Empty
Empty
Empty
GET
/api/trackers/linear/callback

Query Parameters

code*string
state*string

Response Body

curl -X GET "http://localhost:3013/api/trackers/linear/callback?code=string&state=string"
Empty
Empty
Empty
GET
/api/trackers/linear/status

Authorization

bearerAuth
AuthorizationBearer <token>

API key via Authorization: Bearer <API_KEY>

In: header

Response Body

curl -X GET "http://localhost:3013/api/trackers/linear/status"
Empty
Empty
POST
/api/trackers/linear/webhook

Response Body

curl -X POST "http://localhost:3013/api/trackers/linear/webhook"
Empty
Empty
Empty