Skip to content

PieceStatusResponse

Defined in: packages/synapse-sdk/src/pdp/server.ts:97

Response from checking piece indexing and IPNI status

advertised: boolean;

Defined in: packages/synapse-sdk/src/pdp/server.ts:105

Whether the piece has been advertised to IPNI


indexed: boolean;

Defined in: packages/synapse-sdk/src/pdp/server.ts:103

Whether the piece has been indexed


pieceCid: string;

Defined in: packages/synapse-sdk/src/pdp/server.ts:99

The piece CID


retrieved: boolean;

Defined in: packages/synapse-sdk/src/pdp/server.ts:112

Whether the piece has been retrieved This does not necessarily mean it was retrieved by a particular indexer, only that the PDP server witnessed a retrieval event. Care should be taken when interpreting this field.


optional retrievedAt: string;

Defined in: packages/synapse-sdk/src/pdp/server.ts:114

Timestamp when the piece was retrieved (optional)


status: string;

Defined in: packages/synapse-sdk/src/pdp/server.ts:101

Current processing status