docs/classes/management.SDK.JobsClient.html
usersExportsusersImportsverificationEmailerrors
_options_usersExports_usersImports_verificationEmail_errors
get usersExports(): UsersExportsClient
get usersImports(): UsersImportsClient
get verificationEmail(): VerificationEmailClient
get errors(): ErrorsClient
new JobsClient(options: BaseClientOptions): JobsClient
get(
id: string,
requestOptions?: JobsClient.RequestOptions,
): HttpResponsePromise<GetJobResponseContent>
Retrieves a job. Useful to check its status.
ID of the job.
OptionalrequestOptions: JobsClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.jobs.get("id")Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Protected_usersExports_usersExports: UsersExportsClient | undefined
Protected_usersImports_usersImports: UsersImportsClient | undefined
Protected_verificationEmail_verificationEmail: VerificationEmailClient | undefined
Protected_errors_errors: ErrorsClient | undefined
Member Visibility
ThemeOSLightDark
Accessors usersExportsusersImportsverificationEmailerrors Constructors constructor Methods get Properties _options_usersExports_usersImports_verificationEmail_errors