Learnings API ships with filters, pagination, CSV export
Learnings API
You can now programmatically access your organization's Learnings via the new GET /v1/learnings API endpoint. Use it to export, audit, or integrate learnings into your own workflows.
- Filter results by
repository_ids,user_ids, ororganization_ids(up to 10 each). - Paginate large result sets using the
cursorandlimitparameters. - Request a flat CSV download by setting
format=csv— useful for spreadsheet exports and data pipelines.
See the Learnings API reference for the full parameter and response schema.
Fetched July 14, 2026


