Documentation Index
Fetch the complete documentation index at: https://docs.moorcheh.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Polls an async upload started by moorcheh upload-documents or moorcheh upload-vectors. Prints job progress as JSON. Repeat untilstatus is completed. Check successful and failed for per-item results.
Synopsis
Options
| Flag | Required | Description |
|---|---|---|
--namespace-name | Yes | Namespace the job belongs to |
--job-id | Yes | Job id from upload command output |
--base-url | No | Default http://localhost:8080 |
Examples
Output
Prints JSON fromGET /namespaces/{namespace_name}/upload-jobs/{job_id}:
Upload job id.
Namespace being uploaded to.
"running" or "completed". On lookup errors: "failure".Total items in the upload batch.
Items processed so far.
Items successfully persisted.
Items that failed during processing.
Most recent per-item error;
null if none.Job start time (ISO 8601 UTC).
Last update time (ISO 8601 UTC).
Job finish time;
null while running.Error description when the job cannot be found.
Example output (completed)
Exit codes
| Code | Meaning |
|---|---|
0 | Job status returned |
1 | API error (404, etc.) |