API Documents/Treasure Workflow API//
- List schedules of a project with filters
List projects with filters
Upload a project archive as a new project or a new revision of an existing project
Delete a project
Get a project
Download a project archive file
List revisions of a project
List secret keys of a project
Delete a secret from a project
Set a secret to a project
List sessions of a project with filters
List workflows of a project with filters
getWorkflowByName
List schedules of a proje...
Security
ApiKeyAuth
- awshttps://api-workflow.treasuredata.com/api/projects/{id}/schedules
- aws-tokyohttps://api-workflow.treasuredata.co.jp/api/projects/{id}/schedules
- eu01https://api-workflow.eu01.treasuredata.com/api/projects/{id}/schedules
- ap02https://api-workflow.ap02.treasuredata.com/api/projects/{id}/schedules
- ap03https://api-workflow.ap03.treasuredata.com/api/projects/{id}/schedules
curl -i -X GET \
'https://api-workflow.treasuredata.com/api/projects/{id}/schedules?workflow=string&last_id=0' \
-H 'Authorization: TD1 <YOUR_TOKEN_HERE>'Response
{ "schedules": [ { … } ] }