When uploading folders, it is possible to query one level deep into those folders with this endpoint. This endpoint accepts one URL argumentโthe file's ID, not the CID.
If a folder has sub folders, this endpoint will not allow you to list the contents of each individual sub folder. Instead, it will list the path of the content like this: folderName/fileName.
List Content in Submarined Folder
get
https://managed.mypinata.cloud/api/v1
/content/:id/list
cURL
Node.js
Python
Go
curl --location --request GET 'https://managed.mypinata.cloud/api/v1/content/95c904a0-4d61-4598-a4c8-fb5f0793c7ab/list'\