# Get All Worksets

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

&#x20;

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

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

&#x20;

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

&#x20;

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

&#x20;

<figure><img src="/files/KcyL7biYPndptQk70TI3" alt=""><figcaption><p>Return message (successful) showing all worksets</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-all-worksets.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.
