@squidcloud/client
    Preparing search index...

    Interface GetJobRequest

    Represents a request to get an asynchronous job by its ID.

    interface GetJobRequest {
        jobId: string;
    }
    Index

    Properties

    Properties

    jobId: string

    The unique identifier of the job to retrieve