> For the complete documentation index, see [llms.txt](https://docs.junglegym.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.junglegym.ai/junglegym/api-documentation/mind2web-api/endpoints-description-summary.md).

# Endpoints Description Summary

* **Training dataset Endpoints**
  * `/load_light_train_dataset`: Loads a lightweight training dataset with a short sample of the dataset.
  * `/load_full_train_dataset`: Loads the complete training dataset (ideally to train your LLM or test your agent).
  * `/get_list_of_actions`: Retrieves a list of actions and action representations linked to a specific annotation.
* **Raw Dump Task Data Endpoints**
  * `/get_raw_json_screenshots`: Retrieves raw JSON screenshots for a specific annotation.
  * `/get_raw_dom_content`: Retrieves raw DOM content for a specific annotation.
  * `/get_storage`: Retrieves raw storage data for a specific annotation.
  * `/get_raw_trace_zip`: Retrieves a raw trace ZIP file for a specific annotation.
