fetch_files


Description:

public async Response fetch_files (int offset = 0, int limit = 50, string query = "", string[] paths = new string[0] {}, bool metadata_only = false)

Fetch a page of file rows for this project (file dropdown).

Returns the daemon RPC response. Caller reads

result
(file page) and
msg
(total match count as decimal string).

Parameters:

offset

Rows to skip (default 0)

limit

Page size (default 50)

query

Dropdown filter (default browse all)

Returns:

OLLMrpc.Response

result
= file page,
msg
= total