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 Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/model/get'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.