Starting May 1, 2025, a rate limit of 150 requests per minute will be enforced for the API endpoint GET workitems/:id in APS Design Automation. Applications should manage potential HTTP 429 responses if hitting this limit. Alternatives to frequent polling include the following:
- Use OnComplete callback.
- Use POST workitems/status if having multiple workitems.
- Use WebSocket API to fetch the workitem status.
- If GET workitems/:id is inevitable, please Do Not call more often than every other second.
You can find additional details in this blog
Comments
0 comments
Please sign in to leave a comment.