---
title: "Trigger Llm Proxy Import"
method: POST
path: "/developer/llm-proxy-requests/import"
tags: ["Developer", "Developer - LLM Proxy"]
---

# Trigger Llm Proxy Import

`POST /developer/llm-proxy-requests/import`

Enqueue an import. With a ``start`` this dispatches the backfill task, which
never touches the watermark; without one it runs the scheduled windowed import.

## Request body

- LLMProxyImportRequest — Trigger an import. A range dispatches the backfill task instead of the scheduled importer, so it can never rewind or skip the watermark.
  - `start` string, date-time, nullable — Backfill range start (UTC); omit to run the scheduled windowed import
  - `end` string, date-time, nullable — Backfill range end (UTC); defaults to now
  - `lookback_minutes` integer, nullable — Override the scheduled importer's start, ignoring the watermark

## Response `202`

Successful Response

- LLMProxyImportResponse
  - `message` string, required — Status message
  - `task_id` string, required — Celery task ID
  - `mode` string, required — "scheduled" or "backfill"

## Other responses

- `422` — Validation Error

---

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