List Files
List all the files on your Pinata account
For more detailed information on listing and querying your files on IPFS, visit the Listing Files doc.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
CID of file you are searching for
Filters by group id if applicable
ISO_8601 format date to filter by start date for when file was pinned
ISO_8601 format date to filter by end date for when file was pinned
ISO_8601 format date to filter by start date for when file was unpinned
ISO_8601 format date to filter by end date for when file was unpinned
Minimum size in bytes of files to return
Maximum size in bytes of files to return
Options are "all", "pinned", or "unpinned"
Maximum number of files to return. Default is 10, max is 1000
Use to paginate through files, default is 0
See metadata querying section below