curl --request GET \
--url http://127.0.0.1:9550/v2/list_files_in_inbox/{inbox_name}
[
"<string>"
]
curl --request GET \
--url http://127.0.0.1:9550/v2/list_files_in_inbox/{inbox_name}
[
"<string>"
]
Successfully listed files in inbox
The response is of type string[]
.
Was this page helpful?