@qtsurfer/api-client
    Preparing search index...

    Type Alias AcceptedJob

    Response returned by async endpoints (202 Accepted). The jobId is deterministic for the same input parameters — repeated calls with identical params return the same id.

    type AcceptedJob = {
        jobId: string;
    }
    Index
    jobId: string

    Unique job identifier; use this to poll for completion.