---
title: "Channel Search Results"
method: GET
path: "/api/v1/user/channels/{channelId}"
tags: ["Channels"]
---

# Channel Search Results

`GET /api/v1/user/channels/{channelId}`

Get the search results for a specific notification channel.

## Path parameters

- `channelId` string, required

## Response `200`

Successful response

- object
  - `channel` ChannelResponse
    - `_id` string — Channel ID
    - `type` string — Type of channel, "webhook" or "email".
    - `webhookURL` 'live' | 'hourly' | 'daily' — Frequency of notifications.
    - `frequency` string — Frequency of notifications ("live", "hourly", or "daily").
    - `emailAddresses` string[] — Email addresses receiving the notifications.
    - `utcTime` string — 24 hour UTC time that daily emails are sent (e.g. 09:00).
    - `name` string — Name of the subscription.
    - `isActive` boolean — Whether the channel is active.
    - `isDefault` boolean — Whether the channel is the default (default: false).
    - `ignoreTime` boolean — Whether to ignore time constraints (default: false).
    - `weekDays` string[] — Days of the week alerts will be generated.
    - `permissions` string[]

---

[API](https://skmtc.net/urlscan/apis/urlscan-io-apis.md) · [All operations](https://skmtc.net/urlscan/apis/urlscan-io-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/urlscan/urlscan-io-apis/versions/5d97b31afd68/schema)
