Files
List Files
GET
/
files
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
name
string
Filter files by name
group
string
Filter fils by group_id. Pass null
to show files that are not part of a group
mimeType
string
Filter files by mime_type
cid
string
Filter files by CID
cidPending
boolean
Return only files that are still waiting for a CID
metadata
object
Filter by key values in file metadata
limit
integer
Limit the number of results
order
enum<string>
Sort results by creation date with with ASC or DESC
Available options:
ASC
, DESC
pageToken
string
Paginate using the nextPageToken
Response
200 - application/json
data
object