List recent files for a member
List all recent documents and folders accessible to a specific user. By default, ignores explorations in the returned list.
### Usage notes
- Retrieve the **memberId** by calling the [/v2/members](https://help.sigmacomputing.com/reference/list-members) endpoint.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
memberId
Query parameters
page
limit
includeExplorations
Include explorations in the response.
Allowed values:
Response
The response body.
entries
Array of results returned by the endpoint
nextPage
Returns a string that can be used as the page parameter in the next request to fetch the next page of results. The last page of results returns null.
total
Total number of results. Useful to determine if there is a need to paginate.
hasMore
[Deprecated] Indicates whether more results are available.

