---
title: "Fetch Loom Media"
method: POST
path: "/api/py/sessions/fetch-loom-media"
---

# Fetch Loom Media

`POST /api/py/sessions/fetch-loom-media`

Idempotent media download called by process_session's fetch_loom_recording step.

## Request body

- FetchLoomMediaRequest
  - `session_id` string, required

## Response `200`

Successful Response

- FetchLoomMediaResponse
  - `success` boolean, required
  - `skipped` boolean, required
  - `size_bytes` integer, nullable
  - `duration_seconds` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getauctor/apis/fastapi.md) · [All operations](https://skmtc.dev/getauctor/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getauctor/fastapi/revisions/aeb6faa3b8f0/schema)
