Nurama Developers
Folders

Get assets in a folder (not implemented)

Deprecated placeholder — this route is not implemented. Every request currently fails with `500 unknownError`; if it were reachable it would respond `501 Not Implemented`. Use `GET /projects/{projectId}/files/{visibility}/{path}` to list a folder's contents.

Deprecated

GET
/folders/{folderId}/assets

Deprecated placeholder — this route is not implemented. Every request currently fails with 500 unknownError; if it were reachable it would respond 501 Not Implemented. Use GET /projects/{projectId}/files/{visibility}/{path} to list a folder's contents.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

folderId*string

Unique identifier of the folder.

Formatuuid

Response Body

application/json

curl -X GET "https://example.com/folders/497f6eca-6276-4993-bfeb-53cbbbba6f08/assets"
Empty