GET
/
periodictask
/
run
Run periodic task against table. If table name is missing, task will run against all tables.
curl --request GET \
  --url https://dev.startree.ai/periodictask/run \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

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

Query Parameters

taskname
string
required

Periodic task name

tableName
string

Name of the table

type
string

OFFLINE | REALTIME