Saltar para o conteúdo principal
GET
/
public
/
api
/
v1
/
agents
/
{agentPublicId}
/
channels
List channel connections on the agent
curl --request GET \
  --url https://api.gennia.ai/public/api/v1/agents/{agentPublicId}/channels \
  --header 'X-Api-Key: <api-key>'
[
  {
    "channelName": "<string>",
    "channelSpecificConfig": {},
    "channelType": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "isActive": true,
    "isConfigured": true,
    "publicId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
]

Autorizações

X-Api-Key
string
header
obrigatório

Parâmetros de caminho

agentPublicId
string<uuid>
obrigatório

Resposta

OK

channelName
string
channelSpecificConfig
object
channelType
string
createdAt
string<date-time>
instanceMode
enum<string>
Opções disponíveis:
STATIC,
DYNAMIC
isActive
boolean
isConfigured
boolean
publicId
string<uuid>
updatedAt
string<date-time>