This API retrieves a complete list of all models available in the system. It is typically used to display or manage the existing models in the frontend interface. The response includes model metadata such as model ID, name, creation date, and status.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/model/' \
--header'Authorization: Bearer <token>'