List files

Returns a paginated list of Research File objects.

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.

limitintegerOptional>=1<=200Defaults to 10

Page size (items per page).

Response

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

Errors