# Get body

This is a pre-built action located under the **WebService List Element**. The functionality of this action in Avo Assure is to retrieve the entire response body from a previously executed web service request. This response content is stored in the dynamic variable.

### Syntax

**Input Value:** `N/A`

| Argument | Description    |
| -------- | -------------- |
| N/A      | Not Applicable |

#### Output Value

| Argument                       | Description                                                      |
| ------------------------------ | ---------------------------------------------------------------- |
| \<Dynamic Variable> (Required) | This dynamic variable holds the full response body as a string   |
| \<Dynamic Variable> (Optional) | This dynamic variable holds the status as **True** or **False**. |

**Example**

**Retrieves the Response Body from a Web Service Request**

The **Get body** action does not require any value from the Input Value column. It retrieves the entire response body received from the executed WebService request. The fetched response body is stored in the **{Body}** variable.

<figure><img src="/files/tJNb21QOOXNLA6OqEHHA" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/QfXfiFOSeg66mUqzqo2o" alt="" width="372"><figcaption></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.avoautomation.com/avo-assure/actions/web-service-operations/web-service-list/get-body.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.
