Jobs
List Jobs
Gets info about all jobs in the project.
GET
/
api
/
projects
/
{projectName}
/
jobs
The REST API endpoints can be used with MindsDB running locally at http://127.0.0.1:47334/api.
Path Parameters
projectName
string
requiredThe name of the project
Response
200 - application/json
name
string
query
string
Tasks to be executed by the job
if_query
string
Optional. Condition to be fulfilled before the job executes
start_at
string
Optional. Start date/time of the job
end_at
string
Optional. End date/time of the job
schedule_str
string
Periodicity of the job (e.g. every 1 minute)
Was this page helpful?