Skip to content

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).

GET/v1/report-channels/API keyCLI Auth

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

NameTypeRequiredDescription
namestringOptionalPrefix filter by channel name
limitintegerOptionalMax channels to return

Response

{
  "channels": "array",
  "total": "integer"
}

Errors

StatusWhen
401Missing or invalid credential
403Insufficient permissions (admin/manager required for write)
429Rate 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.