List endpoints (Documentation Index
Fetch the complete documentation index at: https://docs.woodwide.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET /datasets, GET /models, GET /jobs) use cursor-based pagination. Results are ordered newest-first.
- Default page size: 50 items
- Maximum page size: 200 items (set via the
limitquery parameter) - Next page: Pass the
next_cursorvalue from the response as thecursorquery parameter in your next request. - Last page: When
next_cursorisnull, there are no more pages.