# FetchResponse

Learn how to read the result of a content fetch.

This class holds the result of a call to [`fetchContent`](/reference/sdk/php/api/core/plug/fetch-content).

> **Looking for something specific?**
>
> Use the search bar at the top of the page or press `/` to quickly search through the documentation.

Use the summary below to quickly jump to a specific topic:

- [Constructor](/reference/sdk/php/api/response/fetch-response/construct): Learn how to initialize a fetch response directly.
- [getContent](/reference/sdk/php/api/response/fetch-response/get-content): Learn how to read the resolved content of the slot.
- [getMetadata](/reference/sdk/php/api/response/fetch-response/get-metadata): Learn how to read the metadata of the resolved content.
