List custom models
GET/v1/models
List custom models with the newest first.
Pagination. Keyset (cursor-based). Pass cursor from the previous response's next_cursor to fetch the next page; treat the cursor as opaque. limit defaults to 50 and is capped at 200. An invalid cursor returns INVALID_PAGINATION_CURSOR — drop it to restart from the first page.
Authentication. Requires a valid X-API-Key header.
Request
Responses
- 200
- 400
- 422
- 500
A page of models in newest-first order, plus a next_cursor to fetch the following page. next_cursor is null when there is no more data.
INVALID_PAGINATION_CURSOR
Validation Error
INTERNAL_ERROR