List Files In Portal

List all files and directories in specified prefix.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/portals/{portalId}/files \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"prefix":"string"}'

Last updated

Was this helpful?