Retrieves all RVC models (both uploaded and training jobs) for the authenticated user, returned in descending order by creation date. Pagination is supported through a cursor-based approach. Optionally filter results by name search.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Number of items to return per page
1 <= x <= 50
25
Cursor for pagination to get the next page of results - this is the last item's ID from the previous page
"cmcz89fci00zr0dlt68klunpf"
Returns a paginated list of RVC models and training jobs for the authenticated user.
The response is of type object
.