Returns a filtered list of models accessible to the currently authenticated user based on their assigned role or permissions. This helps in enforcing access control and ensuring that users only view models relevant to their role (e.g., Admin, Viewer, Editor).
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/get' \
--header'Authorization: Bearer <token>'