V3 Search API Offset

I am creating a report of events in our tenant from the last 24 hours but I see that once the offset reaches 10,000 I receive a bad request error:

{{api-url}}/v3/search?offset=10100&limit=250

{
“detailCode”: “400.1 Bad request content”,
“trackingId”: “0c0300bf759e437ab377b93bb0deb375”,
“messages”: [
{
“locale”: “en-US”,
“localeOrigin”: “DEFAULT”,
“text”: “The request was syntactically correct but its content is semantically invalid.”
}
]
}

Is this a documented issue? Is there some other change I need to make in the call in order to extend the results that I can have returned?

1 Like