Get Research Files
Returns a paginated list of Research File objects. Optionally filter by collection.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
1-based page index.
limit
Page size (items per page).
collection_id
Filter files by collection ID.
Response
A paginated list of files.
data
List of file objects.
pagination