Skip to content

List schedules of a project with filters

Request

Security
ApiKeyAuth
Path
idinteger, (int32)required

project id

Query
workflowstring

exact matching filter on workflow name

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/projects/{id}/schedules?workflow=string&last_id=0' \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>'

Responses

default response

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