List all channels for the organization.
cURL
curl --request GET \ --url https://api.cuadra.ai/v1/channels \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "organizationId": "<string>", "name": "<string>", "channelType": "sms", "webhookUrl": "<string>", "systemPromptId": "<string>", "modelId": "<string>", "datasetIds": [ "<string>" ], "welcomeMessage": "<string>", "fallbackMessage": "<string>", "status": "active", "lastError": "<string>", "lastErrorAt": "2023-11-07T05:31:56Z", "conversationCount": 123, "messageCount": 123, "lastMessageAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "phoneNumber": "<string>" } ], "nextCursor": "<string>", "hasMore": false }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
active
paused
error
Supported channel types.
sms
whatsapp
telegram
slack
Successful Response
Response schema for channel list.
Show child attributes
Was this page helpful?