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

# moorcheh file-job-status

> Poll file upload or file delete job progress.

## Synopsis

```bash theme={null}
moorcheh file-job-status --namespace-name NAME --job-id ID [--base-url URL]
```

## Example

```bash theme={null}
moorcheh file-job-status --namespace-name my-documents --job-id job-a1b2c3d4e5f6
```

Works for both **upload** and **delete** jobs. Check `job_type` in the JSON:

| `job_type`    | Watch                                                    |
| ------------- | -------------------------------------------------------- |
| `file_ingest` | `chunks_processed` / `chunks_total`, `summaries_created` |
| `file_delete` | `items_deleted`, `status`                                |

## Related

* [API: File job status](/on-prem/api-references/files/file-job-status)
