For Workes & Pages, what is the name of the domain?
d1 rest api
What is the issue or error you’re encountering
The d1 rest api returns {“success”:false,“errors”:[{“code”:971,“message”:“Please wait and consider throttling your request speed”}],“messages”:,“result”:null}
I believe this could be related to a rate limiting issue and it occurs when client has sent too many requests in the specified amount of time according to the server.
Server may respond with information allowing the requester to retry after a specific period of time.
For further information regarding Error 429, click HERE