import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class BackgroundJobStatus extends ClientSDK { /** * Show Background Job Status * * @remarks * Retrieves the status of a background job. * * ## Requires api token with one of the following permissions * ``` * Read all data * ``` */ get(request: operations.GetBackgroundJobStatusBackgroundJobStatusIdRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=backgroundjobstatus.d.ts.map