Skip to main content
GET
Get Iteration History

Authorizations

Authorization
string
header
required

The Authorization header expects a Bearer token.

Query Parameters

transferId
string
required
pageSize
string<int64>

Specifies the maximum number of items to return in the response.

pageToken
string

Token for pagination, allowing the retrieval of the next set of results.

Response

200 - application/json

A successful response.

iterations
object[]

List of transfer iterations sorted from newest to oldest.

nextPageToken
string

Token for pagination, indicating the next set of results can be retrieved using this token.