org:files:read
List and filter files pinned to your Pinata account
Filter response with the following additional methods. All filters are optional.
string
Filter results based on name
string
Filter results based on group ID
boolean
Filter results to only show files that are not part of a group
string
Filter results based on CID
Record<string, string>
Filter results based on keyvalue pairs in metadata
string
Filter results based on mime type
"ASC" | "DESC"
Order results either ascending or descending by created date
number
Limit the number of results
boolean
Filters results and only returns files where cid
is still pending
string
Paginates through files based on a provided page token
The list
method has an auto pagination feature that is triggered when used inside a for await
iterator
Works like magic ✨
org:files:read
List and filter files pinned to your Pinata account
Filter response with the following additional methods. All filters are optional.
string
Filter results based on name
string
Filter results based on group ID
boolean
Filter results to only show files that are not part of a group
string
Filter results based on CID
Record<string, string>
Filter results based on keyvalue pairs in metadata
string
Filter results based on mime type
"ASC" | "DESC"
Order results either ascending or descending by created date
number
Limit the number of results
boolean
Filters results and only returns files where cid
is still pending
string
Paginates through files based on a provided page token
The list
method has an auto pagination feature that is triggered when used inside a for await
iterator
Works like magic ✨