> 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="/files/ZizD0JyxtKO862gKWDGO" 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="/files/cIJuf7HeMZ1JP1XhUtI7" 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="/files/o5xs3fNcuj82ejOK5Jkb" alt=""><figcaption><p>Workset details in TDO</p></figcaption></figure>
