List Recent Yok Tez
list_recent_yok_tezList recent YÖK theses without a search keyword. Use modes to fetch the latest 15-day additions or the current year's corpus, with pagination support.
Instructions
List recent YÖK theses without a search keyword.
Calls YÖK's TezIslemleri endpoint (islem=7 or islem=8) and returns the same result shape as search_yok_tez_detailed. This is the ONLY way to enumerate recent theses since the regular search endpoint requires a keyword.
Useful for:
Monitoring new theses added to YÖK each week (SON_15_GUN)
Browsing the current year's full corpus (BU_YIL)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Which curated list to fetch. SON_15_GUN: ~2-3K theses uploaded to YÖK in the last 15 days (useful for monitoring new additions; thesis publication year can vary). BU_YIL: all theses with the current publication year (e.g. ~100K+ for 2026, but YÖK caps the visible batch at ~2000). | 7 |
| page | No | Page number of the results. | |
| results_per_page | No | Maximum number of results per page. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theses | No | List of found theses summaries. | |
| total_pages | No | Total number of pages available based on results_in_batch and limit_per_page. | |
| current_page | Yes | The current page number of the search results. | |
| error_message | No | Error message if the search failed or no results were found. | |
| results_in_batch | No | Number of results actually returned in the current HTML batch. YÖK caps this at ~2000 even when total_results_found is larger. | |
| total_results_found | No | Total number of results found as reported by YÖK. | |
| query_used_parameters | No | The parameters used for this search. |