Unable to fetch GET Glossary Terms from Azure Purview(408 request timeout)
Hello,
I tried to get all the available terms in the purview glossary using the GET request in Postman.
Authentication type: Bearer token
https://purviewaccount.purview.azure.com/catalog/api/atlas/v2/glossary/glossaryid/terms
When I use the above mentioned URL its throwing 408 request timeout error.
For Ref,
"errorCode": "RequestTimeout",
"errorMessage": "Request timed out. This could be a transient issue and you may re-run the operation. If it fails again continuously, contact customer support."
Note: I have terms more than 10000 in my glossary, I tried giving the limit as well. Even though its giving same error.
Please help.