---
title: "Explain Decision"
method: GET
path: "/api/v1/decision/explain/{video_id}"
tags: ["Decision", "Decision Layer"]
---

# Explain Decision

`GET /api/v1/decision/explain/{video_id}`

Get detailed explanation of decision for a video.

Useful for debugging and customer support.

Args:
    video_id: Database ID of the video
    
Returns:
    Detailed breakdown of all decision factors

## Path parameters

- `video_id` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Unauthorized - Invalid scheduler token
- `422` — Validation Error
- `500` — Internal Server 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)
