@musallam/storage-and-collaboration-client
    Preparing search index...
    • This endpoint retrieves full metadata for a specific Project identified by its assetId. This includes project attributes such as name, type, creation details, and permissions.


      NOTE:

      • The project must exist and the requester must have at least read-level access.
      • If the project is not found or access is denied, appropriate error responses will be returned.
      • Discarded projects can be retrieved using this endpoint.
      • If the project exists, but the requester does not have the requisite permissions:
        • The API will behave as if the project does not exist.
        • It will return a 404 Not Found response, even though the asset technically exists in the system.

      Parameters

      Returns Promise<ProjectAsset>