import { SDKCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import * as errors from "../models/errors/index.js"; import { ResponseValidationError } from "../models/errors/responsevalidationerror.js"; import { SDKBaseError } from "../models/errors/sdkbaseerror.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import * as operations from "../models/operations/index.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; /** * CensEye: Get job status * * @remarks * Retrieve the current status of a CensEye pivot analysis job. Use this to poll for completion before fetching results.

To use this endpoint, your organization must have access to the Adversary Investigation module. */ export declare function threatHuntingGetCenseyeJob(client: SDKCore, request: operations.V3ThreathuntingCenseyeJobsGetRequest, options?: RequestOptions): APIPromise>; //# sourceMappingURL=threatHuntingGetCenseyeJob.d.ts.map