Data
pinJobs
List pin by CID jobs
Usage
Returns
Parameters
Filter results with the following methods. All filters are optional.
cid
- Type:
string
Filter by cid
status
- Type:
"prechecking" | "retrieving" | "expired" | "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
pageOffset
- Type:
number
Offset the number of files returned to paginate
Auto Paginate
The pinJobs
method has an auto pagination feature that is triggered when used inside a for await
iterator