Get models
Models
Get models
Returns a paginated list of models accessible to the authenticated company.
Models can be filtered by repository type and sorted by creation date.
GET
Get models
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number. Starts from the first (1) page.
Number of records to return per page.
Filter models by repository type. Can be specified multiple times to filter by multiple types.
Available options:
hugging_face, narrative Sort order for results.
Available options:
created_at_asc, created_at_desc Response
OK
The number of previous page (if exists).
Example:
1
The number of requested page.
Example:
1
The number of next page (if exists).
Example:
2
Total number of model records.
Example:
15
Total number of pages.
Example:
2

