Skip to content

Run schedule

Request

Schedules a run.

Security
ApiKeyAuth
Path
schedule_namestring(name)required
schedule_timeinteger(Timestamp)required
Example:1356998400
Bodyapplication/x-www-form-urlencoded
numinteger, <= 10
Default:1
domain_keystring(DomainKey)
Example:"domain_key_123"
curl -i -X POST \
  'https://api.treasuredata.com/v3/schedule/run/{schedule_name}/1356998400' \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/x-www-form-urlencoded' \
  -d num=1 \
  -d domain_key=domain_key_123

Responses

OK

Bodyapplication/json
jobsArray of objects(ScheduledJob)required
Response
{ "jobs": [ {} ] }