The response for the getReports operation.

Export

GetReportsResponse

interface GetReportsResponse {
    errors?: Error[];
    nextToken?: string;
    payload?: Report[];
}

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

GetReportsResponse

nextToken?: string

Returned when the number of results exceeds pageSize. To get the next page of results, call getReports with this token as the only parameter.

Memberof

GetReportsResponse

payload?: Report[]

Memberof

GetReportsResponse