> For the complete documentation index, see [llms.txt](https://doc.vess.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.vess.id/vess-sdk/api-documentation/v1/get/getheldtaskcredentials.md).

# getHeldTaskCredentials()

### How to use?

```javascript
import { getVESS } from "vess-sdk"

const did = "did:pkh:eip155:1:0x........."
const vess = getVESS()
const work = await vess.getHeldTaskCredentials(did)
```

### Parameters

***did:*** string&#x20;

### Returns

**Promise\<WithCeramicId\<TaskCredential>\[]>**
