Skip to content

List schedules

Request

Security
ApiKeyAuth
Query
last_idinteger, (int32)

List schedules whose ID is greater than this ID for pagination. Schedules are returned in ascending order by ID.

curl -i -X GET \
  'https://api-workflow.treasuredata.com/api/schedules?last_id=0' \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>'

Responses

default response

Bodyapplication/json
schedulesArray of objects(RestSchedule)
Response
{ "schedules": [ {} ] }