> 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-all-worksets.md).

# Get All Worksets

This call returns a list of all of the worksets in any given project. It is POST call.

<figure><img src="/files/LEFHDBHenP8mwKKFoZEg" alt=""><figcaption><p>Get all worksets API call</p></figcaption></figure>

The body for this call is very simple, containing only the user credentials and the project name.

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

When run, the return message shows all of the worksets in this project.

<figure><img src="/files/KcyL7biYPndptQk70TI3" alt=""><figcaption><p>Return message (successful) showing all worksets</p></figcaption></figure>
