@squidcloud/client
    Preparing search index...

    Interface BulkIngestionJobStatusRequest

    Request structure for reading a bulk-ingestion job's progress.

    interface BulkIngestionJobStatusRequest {
        jobId: string;
    }
    Index
    jobId: string

    The id of the bulk-ingestion job to inspect.