# findPiece

```ts
function findPiece(options): Promise<PieceLink>;
```

Defined in: [packages/synapse-core/src/sp.ts:601](https://github.com/FilOzone/synapse-sdk/blob/1d6c4b9fe34534bf1087dfe41491b72be0b46858/packages/synapse-core/src/sp.ts#L601)

Find a piece on the PDP API.

GET /pdp/piece?pieceCid={pieceCid}

## Parameters

| Parameter | Type | Description |
| ------ | ------ | ------ |
| `options` | [`FindPieceOptions`](/reference/filoz/synapse-core/sp/type-aliases/findpieceoptions/) | The options for the find piece. |

## Returns

[`Promise`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)\<`PieceLink`\>