List user-visible app channels

Lists channels visible to the authenticated OAuth user and scoped to agent participants from this app.

Authentication

AuthorizationBearer

Tenant/app API key or OAuth/JWT bearer token.

Headers

X-CES-Workspace-IDstringOptionalformat: "^ws_[A-Za-z0-9_-]+$"
Optional Workspace runtime selector header. If supplied with workspaceId, both values must match.

Query parameters

typestringOptional

Optional channel type filter, for example dm, group, entity, or ext-slack.

statusenumOptional
Optional channel status filter.
Allowed values:
agentIdstringOptional
Optional agent participant id filter within this app.
limitintegerOptional1-200Defaults to 200
Maximum number of entries to return.
qstringOptional

Optional case-insensitive channel search query.

viewenumOptional
Use summary for compact channel list rows.
Allowed values:
workspaceIdstringOptionalformat: "^ws_[A-Za-z0-9_-]+$"

Optional Workspace runtime selector for preview or validation calls. If supplied with X-CES-Workspace-ID, both values must match.

Response

Visible channels
channelslist of maps from strings to any

Errors

401
Unauthorized Error
403
Forbidden Error