Interface: components
Properties
headers
headers:
never
parameters
parameters:
never
pathItems
pathItems:
never
requestBodies
requestBodies:
never
responses
responses:
never
schemas
schemas:
object
error
error:
object
error.code?
optionalcode:string
Description
A short, machine-readable error code, for when HTTP status codes are not sufficient.
error.message?
optionalmessage:string
Description
A human-readable description of the error.
Example
The requested resource could not be found.job_settings
job_settings:
object
job_settings.created_at?
readonlyoptionalcreated_at:string
Format: date-time
Description
Timestamp when the job setting was created.
job_settings.enabled
enabled:
boolean
Description
Whether the job is enabled to run.
job_settings.enabled_by?
optionalenabled_by:null|string
Description
Kratos identity id of the admin who last enabled the job. Null for pre-migration rows until re-enabled. Ticks skip when enabled with null.
job_settings.id?
readonlyoptionalid:number
Description
Unique identifier for the job setting.
job_settings.job_name
job_name:
string
Description
The unique name of the cron job.
job_settings.last_run_at?
optionallast_run_at:null|string
Format: date-time
Description
Timestamp of the last time the job ran.
job_settings.last_run_status?
optionallast_run_status:null|"success"|"fail"|"running"|"timed out"
Description
Status of the last job run.
job_settings.runs_next_at?
readonlyoptionalruns_next_at:null|string
Format: date-time
Description
Next scheduled tick when the job is enabled; null when disabled or schedule is unknown.
job_settings.schedule?
readonlyoptionalschedule:null|string
Description
Cron schedule string from the registered JobsMap (e.g. */15 * * * *).
job_settings.updated_at?
readonlyoptionalupdated_at:string
Format: date-time
Description
Timestamp when the job setting was last updated.