Skip to main content
List pin by CID requests in queue

Usage

Returns

Parameters

Filter results with the following methods. All filters are optional.

cid

  • Type: string
Filter by cid

status

  • Type: "prechecking" | "retrieving" | "expired" | "backfilled" | "over_free_limit" | "over_max_size" | "invalid_object" | "bad_host_node"
Filter by current status

sort

  • Type: "ASC" | "DSC"
Order results by either ascending or descending by submission

pageLimit

  • Type: number
Limit the number of results. Default is 10, max is 250

pageToken

  • Type: string
Paginate through results

Auto Paginate

The pinJobs method has an auto pagination feature that is triggered when used inside a for await iterator