Confused About What Error Means

I am working with a vendor API and haven't been provided much documentation on it thus far. I am trying to figure out how to rectify this error, as I can page through to 10,000 records but then the error below occurs.

{
"error": {
"code": 400,
"message": "Bad Request",
"details": [
{
"message": "The maximum $skip value is 10000. To retrieve more than 10000 records please use the replication endpoint."
}
]
}
}

I am assuming it is due to this limit (below) but not really sure what to change on the Export step to get past it?

Any help is really appreciated!

@daveguderian not sure we can be much help here either. You'd need to ask them for documentation about the replication endpoint. Seems like a similar issue you previously had with one of the HubSpot apis so we had to use a different one.

Thanks for the quick response Tyler. I have reached out to the vendor for additional information.