Skip to main content
GET
/
api
/
agents
cURL
curl http://localhost:18080/api/agents
{
  "agents": [
    {
      "id": "slack",
      "name": "Slack",
      "description": "<string>",
      "type": "<string>"
    }
  ],
  "total": 123
}

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 500

Response

200 - application/json

List of agents

agents
object[]
total
integer