Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Limit Number of Requests(External REST API)

YongkiLee
Tera Contributor

Requesting external API using Rest Message.

Is there a limit on the number of requests or payload capacity limit.

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@YongkiLee 

so you are consuming external endpoint?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Community Alums
Not applicable

Hi @YongkiLee ,

There is no limit as such, but you can control it by creating something called as Rate limiting Rules.

Rate Limit Rules in ServiceNow allow you to set rules that limit the number of inbound REST API requests processed per hour. You can create rules to limit requests for specific users, users with specific roles, or all users.

SandeepDutta_0-1737086855238.png

 

 

Tusa Kapugamage
Tera Contributor

@Community Alums  what is the error consumer gets when the rate rule is exceeded?