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

Path Parameters

id
string
required

Response

Agent details

id
string
Example:

"slack"

name
string
Example:

"Slack"

description
string
type
string