@squidcloud/client
    Preparing search index...

    Interface BulkIngestionSubscribeRequest

    Request structure for subscribing to push updates on a bulk-ingestion job. Once subscribed, the caller's client id receives a bulkIngestionStatus socket event on each orchestrator tick that touches the job, plus one final event on completion/failure/cancellation — in addition to (not instead of) polling BulkIngestionJobStatusResponse through bulk/getJob.

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

    The id of the bulk-ingestion job to subscribe to.