/api/v1/reportsNo auth — public readThe library list: every published report's ticker, latest version date, and generated_at — the same content and order as the library page. The envelope carries the disclaimer field.
Example response
{
"disclaimer": "Research tooling output; may contain data or reasoning errors; not investment advice",
"reports": [
{
"ticker": "KO",
"version": "2026-07-03",
"generated_at": "2026-07-03T06:33:23+00:00"
}
]
}