# Reports

LMS service jobs include:

* **Progress Exhaust** - Report on user progress on the collection.
* **Response Exhaust** - Report on user responses for the question set on the trackable collections.
* **User-Info Exhaust** - Report on all enrolled Users on the course.
* **Collection Summary** - updates collection-summary-snapshot of the druid data source.
* **Course Batch Status Updater** - updates course batch elastic search index.
* **Course Enrollment** - Report on enrollment details in the course batch
* **Course Consumption** -  Report on consumption metrics data of the course batch.
* **Cassandra Migrator** - Migrating User enrollment data to the reports cluster.

#### References

* [Trackable Collections - Exhaust](https://project-sunbird.atlassian.net/wiki/spaces/SBDES/pages/1666154523/Trackable+Collections+-+Exhaust)
* [Data Products - Build and Run](https://project-sunbird.atlassian.net/wiki/spaces/UM/pages/3256746080/Data+products+-+Build+And+Run)
* [Data Products and Owners ](https://project-sunbird.atlassian.net/wiki/spaces/UM/pages/3254976641/Data+Products+and+Owners)


---

# Agent Instructions: 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:

```
GET https://lern.sunbird.org/use/developer-guide/lms-service/reports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
