ジョブの取得
Retrieve the details for a specific job.
承認
JWT token authentication. Include the token in the Authorization header as Bearer {token}. See Authentication [blocked] for more information on creating a token.
パスパラメータ
The Id of the job you want to retrieve details from.
レスポンス
OK
The type of job (Caching).
The job's Id.
The job's name.
A Boolean value indicating whether the job is enabled.
The date and time the job was created.
The date and time the job was last modified.
The date and time the job is scheduled to be run next.
A string representing the interval unit for the job (Hour/Day/Week/Month).
An integer that represents how many of the selected interval unit the job should wait before running again.
A number indicating the level of log verbosity (1-5).
The last run metrics for the job, including the date and time, duration, status, rows affected, and next run time.
An object containing job parameters. Caching jobs use the fields below; other job types may include additional properties.