cURL
curl --request GET \ --url https://your-domain.com/api/client/v1/servers/{id}/files/search \ --header 'Authorization: Bearer <token>'
{ "results": [ { "name": "<string>", "directory": "<string>", "file": { "name": "<string>", "size": 123, "is_file": true, "is_directory": true, "is_symlink": true, "mime": "<string>", "mode": "<string>", "mode_bits": "<string>", "modified_at": "<string>", "created_at": "<string>" } } ], "count": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Server UUID.
1 - 255
Search results
Show child attributes