> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/developer-education-with-snyk-learn/snyk-learn/snyk-learn-reports/organization-reports.md).

# Organization reports

{% hint style="info" %}
**Feature availability**

Snyk Learn organization reports are available only with Enterprise plans. For more information, see [plans and pricing](https://snyk.io/plans/).
{% endhint %}

By default, only Snyk Org or Group admins can view and export reports. Group admins can create custom roles by using the standard Snyk workflow. Learn more about the access controls for reports at [Snyk Learn Access Controls](/developer-education-with-snyk-learn/snyk-learn/snyk-learn-access-controls.md).

{% hint style="info" %}
Snyk Learn organization reports support Organizations with up to 5000 members.
{% endhint %}

## Organization Overview report

The Overview report provides a high-level view of progress across your Organization. This report shows how many users in your Organization have started and completed each lesson or learning path.

<figure><img src="/files/jPZepSvbapTvfIlXwoFQ" alt=""><figcaption><p>Snyk Learn Overview report</p></figcaption></figure>

### Organization Detailed report

The Detailed report provides individual user-level progress tracking within your Organization. This report includes the following progress data for specific lessons or learning paths:

* completion status
* when the lesson or learning path was completed
* when the lesson was previously completed, if lesson progress was reset after the user completed it

<figure><img src="/files/OiqXb8z0sxRI7Tzd6ebp" alt=""><figcaption><p>Snyk Learn Detailed report</p></figcaption></figure>

### Exporting Organization reports

All reports are available as interactive table views and downloadable CSV reports.

User progress is associated with individual users, meaning that if they are members of multiple Organizations, their lesson progress is the same across all Organizations.

The report CSV contains the historical completions and current progress. The learning path overview report CSV contains the current learning path progress and the last completion date.

Progress reporting is also available through the Snyk Learn API (beta), offering two endpoints:

* [Org catalog progress](https://apidocs.snyk.io/?version=2024-10-15#get-/orgs/-org_id-/learn/progress/catalog): progress mapped to the Snyk Learn catalog
* [Org user progress](https://apidocs.snyk.io/?version=2024-10-15#get-/orgs/-org_id-/learn/progress/users): progress mapped to the Snyk user


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.snyk.io/developer-education-with-snyk-learn/snyk-learn/snyk-learn-reports/organization-reports.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
