The ID of the application to retrieve status for. If the application belongs to an organization, include the organization ID in the format
appId-orgId
.Response
Indicates whether the call was successful.
success
if successful, error
if not.The status and resource usage details of the application.
Error Responses
Indicates whether the call was successful.
error
if not successful.The error code indicating the reason for failure. Possible values:
UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.APP_NOT_FOUND
: The specified application does not exist.FORBIDDEN
: The user does not have permission to access the application.INTERNAL_SERVER_ERROR
: An error occurred while retrieving the status.