---
title: "Fetch a character."
method: GET
path: "/videos/characters/{character_id}"
tags: ["Videos"]
---

# Fetch a character.

`GET /videos/characters/{character_id}`

## Path parameters

- `character_id` string, required

## Response `200`

Success

- VideoCharacterResource
  - `id` string, nullable, required — Identifier for the character creation cameo.
  - `name` string, nullable, required — Display name for the character.
  - `created_at` integer, required — Unix timestamp (in seconds) when the character was created.

---

[API](https://skmtc.net/openai/apis/openai-api-3.md) · [All operations](https://skmtc.net/openai/apis/openai-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openai-api-3/versions/74cbcf73838f/schema)
