# channel

Get detailed information about a specific channel, including its configuration, consent category, and geographic region restrictions.

### Parameters

| Parameter   | Type          | Required | Description                                       |
| ----------- | ------------- | -------- | ------------------------------------------------- |
| `channelId` | string (UUID) | Yes      | The channel ID. Get this from the `domains` tool. |
| `teamId`    | string (UUID) | Yes      | The team ID the domain belongs to.                |

### Output

Returns:

* Channel configuration settings
* Consent category assignment
* Geographic region restrictions (if any)

### Example

> "Show me the configuration for my Facebook channel"

The AI assistant will call `channel` with the Facebook channel ID and display its settings.
