> For the complete documentation index, see [llms.txt](https://docs.apica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apica.io/platform-docs/test-data-orchestrator-tdo/user-documentation/api-guide/workset-apis/get-workset-details.md).

# Get Workset Details

This call returns details on a specific workset. It is very similar to the ‘Get all Worksets for Project’ call, with the exception of having the workset’s TDO id in the call.

<figure><img src="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2F2F237L4bVub02p6BVUiE%2Fimage.png?alt=media&amp;token=51216fc3-636c-4b07-8064-9f07d27200b5" alt=""><figcaption><p>Get workset details API call</p></figcaption></figure>

The body for this call is the same as the body for ‘get all worksets’.

```
 {
    "context": {
        "user": "mbj_test",
        "password": "xxxx",
        "project": {
            "name": "imp_payments_demo",
            "version": "1.0"
        }
    }
}
```

The return message contains the details for the requested workset.

<figure><img src="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FD32uq9m58oArnlhbg87y%2Fimage.png?alt=media&amp;token=ce4156fa-a4c5-44a4-bb1a-3c0863659c62" alt=""><figcaption><p>Get workset details result (successful)</p></figcaption></figure>

These details can be compared to the details shown in the ‘Edit Workset’ screen on TDO.

<figure><img src="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FxPSESqbdLp8YeWgaXimz%2Fimage.png?alt=media&amp;token=616d1d1d-4d35-46ca-bea5-4c8be894bdc8" alt=""><figcaption><p>Workset details in TDO</p></figcaption></figure>
