List LedgersAsk AIget https://app.moderntreasury.com/api/ledgersQuery Paramsid[]array of stringsIf you have specific IDs to retrieve in bulk, you can pass them as query parameters delimited with id[]=, for example ?id[]=123&id[]=abc.id[]ADD stringmetadatastringFor example, if you want to query for ledgers with metadata key Type and value Loan, the query would be metadata%5BType%5D=Loan. This encodes the query parameters.updated_atdate-timeUse "gt" (>), "gte" (>=), "'lt" (<), "lte" (<=), or "eq" (=) to filter by the posted at timestamp. For example, for all times after Jan 1 2000 12:00 UTC, use updated_at%5Bgt%5D=2000-01-01T12:00:00Z.after_cursorstringper_pageint32Defaults to 25Response 200200Updated 9 months ago