GET
/
v2
/
list_files_in_inbox
/
{inbox_name}
curl --request GET \
  --url http://127.0.0.1:9550/v2/list_files_in_inbox/{inbox_name}
[
  "<string>"
]

Retrieve a list of all files currently stored in the user’s inbox.

Response

200
application/json
Successfully listed files in inbox

The response is of type string[].