---
title: "Dispatch Seed File Index"
method: POST
path: "/api/py/sandbox/seeding/file-index"
---

# Dispatch Seed File Index

`POST /api/py/sandbox/seeding/file-index`

Queue indexing for one cloned sandbox file.

Requires service-key authentication and scopes the indexing event to the
authenticated organization. Returns 202 after emitting
``chronos/file.index``; the indexing pipeline later marks the requested
file version ``resting``.

## Request body

- FileIndexBody
  - `file_id` string, uuid, required
  - `version` integer, required
  - `user_id` string, nullable

## Response `202`

Successful Response

- FileIndexResponse
  - `dispatched` boolean, required

## 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)
