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
}

Documentation Index

Fetch the complete documentation index at: https://docs.hellofriday.ai/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

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

Response

200 - application/json

List of agents

agents
object[]
total
integer