All list endpoints return paginated responses up to a hard limit of 100 database entities. The response object contains elements of the current page in the data property and a nextToken in the response body if more items can be retrieved in a subsequent request.

Parameters

ParameterTypeDescription
nextTokenstringOptional query parameter that can be included in a request to a list endpoint to retrieve a specified page of data.
limitnumberAn integer (1-100, inclusive) for the number of records that will be returned in the response. Default: 100