---
title: "Get Channel Profile"
method: GET
path: "/{channel_id}/profile"
tags: ["Creator Analysis"]
---

# Get Channel Profile

`GET /{channel_id}/profile`

Get the cached creator profile for a channel.

Returns keyword profile, competitors, and metadata.
Does NOT make any SerpAPI calls.

Args:
    channel_id: Database ID of the channel
    
Returns:
    Cached profile data

## Path parameters

- `channel_id` integer, required

## Response `200`

Successful Response

- RoutesCreatorAnalysisRoutesProfileResponse
  - `success` boolean, required
  - `channel_id` integer, required
  - `has_profile` boolean, required
  - `keyword_profile` object, nullable
  - `competitors` object, nullable
  - `videos_analyzed` integer, nullable
  - `catalog_analyzed_at` string, nullable
  - `trends_refreshed_at` string, nullable
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/primetime/apis/primetime-media-api.md) · [All operations](https://skmtc.dev/primetime/apis/primetime-media-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/primetime/primetime-media-api/revisions/9da9a9f64e11/schema)
