List channels accessible to the current user with optional filters.
Documentation Index
Fetch the complete documentation index at: https://docs.flashcat.cloud/llms.txt
Use this file to discover all available pages before exploring further.
| Aspect | Value |
|---|---|
| Rate limits | 1,000 requests/minute; 50 requests/second per account |
| Permissions | None — any valid app_key can call this operation |
App key issued from the Flashduty console under Account → APP Keys. Required on every public API call. Keep it secret — it grants the same access as the owning account.
Page number (1-based).
x >= 1Page size. Defaults to 100 when omitted.
1 <= x <= 100Field used to order results.
ranking, created_at, updated_at, channel_name, last_incident_at When true, sort ascending.
When true, return only channels the caller manages.
When true, return only channels the caller has starred. Mutually exclusive with is_my_team.
When true, return only brief fields (channel_id, channel_name, description, status).
When true, return channels owned by the caller's teams. Mutually exclusive with is_my_starred.
Filter by team IDs.
Free-text query against channel name/description.
Filter by explicit channel IDs.
Exact-match filter on channel name. Takes priority over query for name filtering.
Success
Success response envelope. On every 2xx response, request_id identifies the call (also mirrored in the Flashcat-Request-Id header) and data holds the endpoint-specific payload. Failure responses use a different shape — see ErrorResponse.