Skip to content

List attempts of a session

Request

Security
ApiKeyAuth
Path
idinteger, (int64)required

session id

Query
last_idinteger, (int64)

List attempts whose ID is smaller than this ID for pagination. Attempts are returned in descending order by ID.

page_sizeinteger, (int32)

number of attempts to return

curl -i -X GET \
  'https://api-workflow.treasuredata.com/api/sessions/{id}/attempts?last_id=0&page_size=0' \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>'

Responses

default response

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