Skip to content

List log files of an attempt with filters

Request

Security
ApiKeyAuth
Path
attempt_idinteger, (int64)required

attempt id

Query
taskstring

partial prefix match filter on task name

direct_downloadboolean

enable returning direct download handle

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>'

Responses

default response

Bodyapplication/json
filesArray of objects(RestLogFileHandle)
Response
{ "files": [ {} ] }