List loansAsk AIget https://api.atlar.com/financial-data/v2beta/loansReturns a list of loans.Query ParamsfacilityIdstringInclude only loans belonging to the given facility.typestringenumInclude only loans of a given type.TERM_LOANFACILITY_DRAWDOWNAllowed:TERM_LOANFACILITY_DRAWDOWNclosedbooleanInclude only loans with the given closed state.truefalsematurityDatestringobjectInclude only loans matching the given maturity date. The parameter value may be either a string for equality matching, or an object for range-like matching criteria.limitinteger1 to 500Defaults to 100Limit the number of items in resulting query response.tokenstringIf a query response contains a non-empty nextToken, use that value as token query parameter to continue pagination.Responses 200List of loans. 400Bad request.Updated about 3 hours ago