Get app by ID
App manager
Get app by ID
Returns an app by its ID.
Authorization:
- Users with the
nx1_app_managerrole can access any app. - Users with app-specific roles can access only apps they have permission for.
GET
Get app by ID
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
App retrieved successfully.
Response model for app details.
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.

