I'm using the Dataverse Search native `/api/search/v2.0/query` API end-point while developing a new feature for our product, but it frequently fails to search with the following 500 Internal Server Error / Exception being returned (even for the same query which succeeded before):
{
"error": {
"code": "0x80048d0a",
"message": "Exception of type 'Microsoft.Crm.ObjectModel.ExternalSearch.IncludeInTelemetrySearchRateLimitExceededException' was thrown."
}
}
I know that the search has a limit of max. 1 search per second per user, and max. 150 searches per minute per organization, but this isn't the described 429 Too Many Requests error. I am the only user using it, maybe twice per minute, so it's impossible for me to have reached the limit.
What could be causing this?

Report
All responses (
Answers (