Skip to main content
GET
/
v1
/
agents
/
{agentId}
/
channels
List Channels
curl --request GET \
  --url https://app.opencomputer.dev/v1/agents/{agentId}/channels \
  --header 'X-API-Key: <api-key>'
{
  "channels": ["telegram"]
}
List channels connected to an agent. CLI equivalent: oc agent channels <id>
agentId
string
required
Agent ID
{
  "channels": ["telegram"]
}