Report Channels · API Reference · Developers
Discover chat channels available for `report_channels` when creating or configuring forms and check-ins. Channel IDs from this endpoint feed authoring payloads (max 3 per resource).
Discover chat channels available for `report_channels` when creating or configuring forms and check-ins. Channel IDs from this endpoint feed authoring payloads (max 3 per resource).
List available report channels
Returns chat channels (Slack, Teams, Discord, Google Chat) available for report_channels on forms and check-ins. Use channel id values when creating or editing.
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | Optional | Prefix filter by channel name |
| limit | integer | Optional | Max channels to return |
Response
{
"channels": "array",
"total": "integer"
}Errors
| Status | When |
|---|---|
| 401 | Missing or invalid credential |
| 403 | Insufficient permissions (admin/manager required for write) |
| 429 | Rate limited — Retry-After header set |
curl -sS 'https://api.dailybot.com/v1/report-channels/?name=general' -H 'X-API-KEY: $DAILYBOT_API_KEY'Try it
This is a copy-only helper — the request is not sent from your browser. Paste the command into your terminal to execute it.
- CLI: dailybot channels list. Max 3 report channels per form/check-in.