Skip to content

Get execution history

Request

Gets a history of scheduled executions by name.

Security
ApiKeyAuth
Path
schedule_namestring(name)required
Query
frominteger
Default:0
tointeger
Default:20
curl -i -X GET \
  'https://api.treasuredata.com/v3/schedule/history/{schedule_name}?from=0&to=20' \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
countintegerrequired
Example:20
fromintegerrequired
Example:5
tointegerrequired
Example:15
historyArray of objects(Job)required
Response
{ "count": 20, "from": 5, "to": 15, "history": [ {} ] }