v1
latestSwagger 2.02026-07-1711511.8 KBjobs
Executes a job.
The server will wait until the job has finished before returning a result.
post/jobs/{job_name}
Path parameters
job_namestring required
The job that needs to be run.
Response
Successful response
Example response
{
"name": "job1",
"schedule": "@every 10s",
"timezone": "Europe/Berlin",
"owner": "Platform Team",
"owner_email": "platform@example.com",
"tags": {
"server": "true"
},
"metadata": {
"office": "Barcelona"
},
"retries": 2,
"parent_job": "parent_job",
"dependent_jobs": [
"dependent_job"
],
"processors": {
"files": {
"forward": true
}
},
"concurrency": "allow",
"executor": "shell",
"executor_config": {
"command": "echo 'Hello from Dkron'"
},
"status": "success"
}