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

pageintegerOptional>=1Defaults to 1

1-based page index.

limitintegerOptional1-200Defaults to 10

Page size (items per page).

collection_idstringOptionalformat: "uuid"
Filter files by collection ID.

Response

A paginated list of files.
datalist of objects
List of file objects.
paginationobject

Errors