Developer
Developer - LLM Proxy

Trigger Llm Proxy 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.

post/developer/llm-proxy-requests/import

Request body

startstring date-time nullable

Backfill range start (UTC); omit to run the scheduled windowed import

endstring date-time nullable

Backfill range end (UTC); defaults to now

lookback_minutesinteger nullable

Override the scheduled importer's start, ignoring the watermark

Response

Successful Response

messagestring required

Status message

task_idstring required

Celery task ID

modestring required

"scheduled" or "backfill"

Changes