API Documents/Treasure Workflow API//
- Download a log file
List log files of an attempt with filters
Download a log file
Security
ApiKeyAuth
- 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 -i -X GET \
'https://api-workflow.treasuredata.com/api/logs/{attempt_id}/files/{file_name}' \
-H 'Authorization: TD1 <YOUR_TOKEN_HERE>'