Get all apps
App manager
Get all apps
Returns all apps user has access to, optionally filtered by app type.
- Users with the
nx1_app_managerrole can see all apps. - Users with app-specific roles can see only apps they have access to.
- If a user has no roles to any app, it returns an empty list instead of an error.
GET
Get all apps
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Available options:
hand_authored, notebook_pipeline, inference_service, full_pipeline Response
Apps retrieved successfully.
Unique ID of the app.
Name of the app.
Timestamp when the app was created.
Timestamp when the app was last updated.
Type of application.
Available options:
hand_authored, notebook_pipeline, inference_service, full_pipeline Username of the creator.
Username of the last updater.

