List objects pinned to remote pinning service.
service [string]: Name of the remote pinning service to use (mandatory). Required: no.
service
name [string]: Return pins with names that contain the value provided (case-sensitive, exact match). Required: no.
name
cid [array]: Return pins for the specified CIDs (comma-separated). Required: no.
cid
status [array]: Return pins with the specified statuses (queued,pinning,pinned,failed). Default: [pinned]. Required: no.
status
[pinned]
On success, the call to this endpoint will return with 200 and the following body:
{ "Cid": "<string>", "Name": "<string>", "Status": "<string>" }
curl -X POST "http://127.0.0.1:5001/api/v0/pin/remote/ls?service=<value>&name=<value>&cid=<value>&status=[pinned]"
Last updated 1 year ago