v1
latestOpenAPI 3.0.02026-07-2661281.2 KBList Files
org:files:read
get/files/{network}
Path parameters
network'public' | 'private' required
Target either the public or private IPFS network
Query parameters
namestring
Filter files by name
groupstring
Filter fils by group_id. Pass null to show files that are not part of a group
mimeTypestring
Filter files by mime_type
cidstring
Filter files by CID
cidPendingboolean
Return only files that are still waiting for a CID
metadataobject
Filter by key values in file metadata
limitinteger
Limit the number of results
order'ASC' | 'DESC'
Sort results by creation date with with ASC or DESC
pageTokenstring
Paginate using the nextPageToken
Response
OK