Page Size
The number of results to return per page from Marketo.
Data Type
string
Default Value
"1000"
Remarks
The PageSize can control the number of results requested from Marketo on a given query. Setting a higher PageSize will cause more data to come back in a given request, but may take longer to execute. Setting a smaller PageSize is generally recommended to ensure timeout exceptions do not occur.
The default value is 1000; however, Marketo may impose a smaller items-per-page limit (such as 100). Therefore the PageSize will be 100 for all subsequent requests.
Note the Marketo REST API imposes a 300 items-per-page limit and thus 300 is the maximum number of items that will be returned in a Marketo REST API.