API Documents/Treasure Workflow API//
- List log files of an attempt with filters
Download a log file
List log files of an atte...
Security
ApiKeyAuth
- 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 -i -X GET \
'https://api-workflow.treasuredata.com/api/logs/{attempt_id}/files?task=string&direct_download=true' \
-H 'Authorization: TD1 <YOUR_TOKEN_HERE>'Response
{ "files": [ { … } ] }