GET
/
files
/
{network}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

network
enum<string>
required

Target either the public or private IPFS network

Available options:
public,
private

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