@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. For a sweep, pass this same value as the requestId path parameter to executeSweep — same identifier, different name at that call site.