Jobs
Create a Job
Create a job to automate tasks.
POST
The REST API endpoints can be used with MindsDB running locally at http://127.0.0.1:47334/api.
Path Parameters
The name of the project
Body
application/json
Optional. End date/time of the job
Optional. Condition to be fulfilled before the job executes
Name of the job
Tasks to be executed by the job
Periodicity of the job (e.g. every 1 minute)
Optional. Start date/time of the job
Response
200 - application/json
Optional. End date/time of the job
Optional. Condition to be fulfilled before the job executes
Tasks to be executed by the job
Periodicity of the job (e.g. every 1 minute)
Optional. Start date/time of the job
Was this page helpful?