POST
/
tasks
/
schedule
curl --request POST \
  --url https://dev.startree.ai/tasks/schedule \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

The format of the key is "Basic <token>" or "Bearer <token>"

Query Parameters

taskType
string

Task type. If missing, schedules all tasks.

tableName
string

Table name (with type suffix). If missing, schedules tasks for all tables in the database.

minionInstanceTag
string

Minion Instance tag to schedule the task explicitly on

Response

200 - application/json

successful operation

The response is of type object.