Hi @Manivannan Sivaraj , the API may return an empty array for the value field and a nextLink under certain circumstances, such as when the API is paginating the results and there are no vault resources in the current page but there are more resources in the subsequent pages. In this case, the nextLink is provided to fetch the next set of vault resources. This could also be an error with an edge case that hasn't been documented, but it's hard to tell without seeing the data. What happens if you follow all the nextLinks? Are they all null? I would try tweaking the query to see if the results change or manually reviewing the data to make sure there are no errors.
Please let me know if you have any questions and I can help you further.
If this answer helps you please mark "Accept Answer" so other users can reference it.
Thank you,
James