# 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.

&#x20;

<figure><img src="/files/ZizD0JyxtKO862gKWDGO" alt=""><figcaption><p>Get workset details API call</p></figcaption></figure>

&#x20;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"
        }
    }
}
```

&#x20;The return message contains the details for the requested workset.

&#x20;

<figure><img src="/files/cIJuf7HeMZ1JP1XhUtI7" alt=""><figcaption><p>Get workset details result (successful)</p></figcaption></figure>

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

&#x20;

<figure><img src="/files/o5xs3fNcuj82ejOK5Jkb" alt=""><figcaption><p>Workset details in TDO</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.apica.io/platform-docs/test-data-orchestrator-tdo/user-documentation/api-guide/workset-apis/get-workset-details.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
