Get the exposures for the requested portfolioAsk AIget https://api.clarity.ai/clarity/v1/public/portfolios/{portfolioId}/exposures/exposures-by-idReturn the exposures of the portfolio to the requested subjects.Path ParamsportfolioIdstringrequiredThe portfolio id you are looking forQuery ParamssubjectIdarray of stringsrequiredThe exposure subject identifierssubjectId*ADD stringResponses 200Returns the exposures for the requested portfolio 400Invalid request: 1014 - The data received in the request is not valid 2500 - At least one of the exposures requested does not exist or this account does not have permission to access it 401Invalid grant: 1000 - Invalid authentication token or expired 403Forbidden: 1001 - This account does not have permission to access this resource 404Not found: 2007 - The portfolio id does not exist or does not belong to the userUpdated about 5 hours ago