Items queries API is returning 429-ResolverCallsExceeded error with very high frequency

We are trying to retrieve items using items query as below:

query {
  items(page: 1 limit: 50) {
    name
    id
  }
}

We are getting below error:

{
  "error_code": "ResolverCallsExceeded",
  "status_code": 429,
  "error_message": "Call limit exceeded for Resolvers::Pulses",
  "error_data": {
    "error_reason": "automations.history.failed_trigger_details.error_reason.api_rate_limit"
  }
}

The frequency of the error is higher than the success case. Can anyone suggest is there any way to avoid this issue if not at least any possibility to reduce the frequency of the error.

Regards,
Prashanth

I have the same problem

Hello @prasmadd and @sergejus.samsonkovas !

It appears to be that the issue you are having is related to this.

If you adapt your scripts to fit this change, you should be able to avoid getting the errors.

Cheers,
Matias

It appears to be that the issue you are having is related to this .

I can’t access that page…

Hello @ShogoTagami and welcome to the community!

I hope you like it here :muscle:

We migrated our documentation. Here is the link!

Cheers,
Matias

1 Like