Skip to content

List tasks of an attempt

Request

Security
ApiKeyAuth
Path
idinteger, (int64)required

attempt id

curl -i -X GET \
  'https://api-workflow.treasuredata.com/api/attempts/{id}/tasks' \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>'

Responses

default response

Bodyapplication/json
tasksArray of objects(RestTask)
Response
{ "tasks": [ {} ] }