Expression Language Response
The object properties you can access for API responses from the {#response} root-level object property are listed below.
| Object Property | Description | Type | Example |
|---|---|---|---|
| content | Body content | string | |
| headers | Headers | key / value | X-Custom → myvalue |
| status | Status of the HTTP response | int | 200 |
Example*
Get the status of an HTTP response: {#response.status}