Pin Status & Pin List
Checking the pin status of a specific CID or obtaining a list of all your pinned CIDs from the Sagittarius A* IPFS Cluster.
Pin Status Request
Overview
The Pin Status Request, a GET
request to the /ipfs/pin/status
endpoint, is an IPFS Pin Orchestration request used to check the pin status for the provided CID on the Sagittarius A* IPFS Cluster and return information about the pin status of the CID requested.
Sending the Request
Sending a request to the /ipfs/pin/status
endpoint requires a valid API Key to be provided in the x-api-key
header, and that an IPFS CID be provided.
When a Pin Status Request completes successfully, the returned output will contain a success message for confirmation, along with information about the pin status, most importantly a pinned
or unpinned
status.
Pin List
Overview
The Pin List Request, a GET
request to the /ipfs/pin/ls
endpoint, is an IPFS Pin Orchestration request used to retrieve a list of all pinned CIDs for the provided apiKey
.
Sending the Request
Sending a request to the /ipfs/pin/ls
endpoint requires a valid API key to be provided in the x-api-key
header.
When a Pin List Request completes successfully, the returned output will contain a list of the pinned CIDs associated with the apiKey
from the x-api-key
header.
Last updated