Skip to content

List attempts of a session of a given attempt

Request

Security
ApiKeyAuth
Path
idinteger, (int64)required

attempt id

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

Responses

default response

Bodyapplication/json
attemptsArray of objects(RestSessionAttempt)
Response
{ "attempts": [ {} ] }