list_requests_v1_requests_get
Retrieve public dataset requests sorted by vote count or creation time, with optional filters for status, category, and keyword search.
Instructions
GET /v1/requests (public) — List Requests — List dataset requests in the public queue.
Sorted by demand (vote count) descending by default. Pass sort=newest to sort by creation time instead. If the caller is authenticated, each entry includes whether they've upvoted it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| status | No | Filter by status | |
| sort | No | Sort order: popular or newest | |
| category | No | Filter by category | |
| use_case | No | Filter by use_case | |
| search | No | Search by title, URL, user_description, or submitter username (case-insensitive) |