---
title: "Get all shorts (dramas) featuring a model"
method: GET
path: "/v1/shorts/by-model/{modelId}"
tags: ["Shorts"]
---

# Get all shorts (dramas) featuring a model

`GET /v1/shorts/by-model/{modelId}`

## Path parameters

- `modelId` string, required

## Query parameters

- `locale` string, required

## Response `200`

- ShortListItemDtoSchema[]
  - `id` string, required
  - `slug` string, required
  - `title` string, required
  - `description` string
  - `coverImageUrl` string
  - `order` number, required
  - `episodeCount` number, required

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
