> 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="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FSicVdUtTt40q2GPrY92a%2Fimage.png?alt=media&amp;token=43bcebcf-0319-4eda-a600-1bcfbd033f5d" 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="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FuK8TyVauIMLbdrSTJEcO%2Fimage.png?alt=media&amp;token=4812f159-6a7c-4fde-9ab4-c8c6da927a49" alt=""><figcaption><p>Return message (successful) showing all worksets</p></figcaption></figure>
