Jobs
Get a Job
Gets info for a specific job in the project.
GET
/
api
/
projects
/
{projectName}
/
jobs
/
{jobName}
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
The name of the job
Response
200 - application/json
Tasks to be executed by the job
Optional. Condition to be fulfilled before the job executes
Optional. Start date/time of the job
Optional. End date/time of the job
Periodicity of the job (e.g. every 1 minute)
Was this page helpful?