# SlotMetadata

Learn how to read the metadata of fetched content.

The metadata of the [fetched content](/reference/sdk/php/api/core/plug/fetch-content), available [in the fetch response](/reference/sdk/php/api/response/fetch-response/get-metadata).

It tells you where the content came from, which is useful for segment-aware caching and debugging.

> **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/slot-metadata/construct): Learn how to initialize slot metadata directly.
- [getVersion](/reference/sdk/php/api/response/slot-metadata/get-version): Learn how to read the version the content was resolved from.
- [getContentSource](/reference/sdk/php/api/response/slot-metadata/get-content-source): Learn how to read the source of the content.
- [getExperience](/reference/sdk/php/api/response/slot-metadata/get-experience): Learn how to read the experience that served the content.
- [getSchema](/reference/sdk/php/api/response/slot-metadata/get-schema): Learn how to read the content schema.
