Treasure Workflow
API Documents/Treasure Workflow API//
- List log files of an attempt with filters
Download a log file
List log files of an atte...
Treasure Workflow (1.0)
Download OpenAPI description
Languages
Servers
Mock server
https://docs.treasuredata.com/_mock/apis/workflow
aws
https://api-workflow.treasuredata.com
aws-tokyo
https://api-workflow.treasuredata.co.jp
eu01
https://api-workflow.eu01.treasuredata.com
ap02
https://api-workflow.ap02.treasuredata.com
ap03
https://api-workflow.ap03.treasuredata.com
- Mock serverhttps://docs.treasuredata.com/_mock/apis/workflow/api/logs/{attempt_id}/files
- awshttps://api-workflow.treasuredata.com/api/logs/{attempt_id}/files
- aws-tokyohttps://api-workflow.treasuredata.co.jp/api/logs/{attempt_id}/files
- eu01https://api-workflow.eu01.treasuredata.com/api/logs/{attempt_id}/files
- ap02https://api-workflow.ap02.treasuredata.com/api/logs/{attempt_id}/files
- ap03https://api-workflow.ap03.treasuredata.com/api/logs/{attempt_id}/files
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.treasuredata.com/_mock/apis/workflow/api/logs/{attempt_id}/files?task=string&direct_download=true' \
-H 'Authorization: TD1 <YOUR_TOKEN_HERE>'Response
application/json
{ "files": [ { … } ] }
- Mock serverhttps://docs.treasuredata.com/_mock/apis/workflow/api/logs/{attempt_id}/files/{file_name}
- awshttps://api-workflow.treasuredata.com/api/logs/{attempt_id}/files/{file_name}
- aws-tokyohttps://api-workflow.treasuredata.co.jp/api/logs/{attempt_id}/files/{file_name}
- eu01https://api-workflow.eu01.treasuredata.com/api/logs/{attempt_id}/files/{file_name}
- ap02https://api-workflow.ap02.treasuredata.com/api/logs/{attempt_id}/files/{file_name}
- ap03https://api-workflow.ap03.treasuredata.com/api/logs/{attempt_id}/files/{file_name}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.treasuredata.com/_mock/apis/workflow/api/logs/{attempt_id}/files/{file_name}' \
-H 'Authorization: TD1 <YOUR_TOKEN_HERE>'