---
title: "POST /GetManagedView"
method: POST
path: "/GetManagedView"
---

# POST /GetManagedView

`POST /GetManagedView`

Retrieves details of the specified <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/aws-managed-views.html">Amazon Web Services-managed view</a>.

## Request body

- object
  - `ManagedViewArn` string, required — The Amazon resource name (ARN) of the managed view.

## Response `200`

Success

- GetManagedViewOutput
  - `ManagedView` object — Details about the specified managed view.
    - `ManagedViewArn` string — The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon resource name (ARN)</a> of the managed view.
    - `ManagedViewName` string — The name of the managed view.
    - `TrustedService` string — The service principal of the Amazon Web Services service that created and manages the managed view.
    - `LastUpdatedAt` string, date-time — The date and time when this managed view was last modified.
    - `Owner` string — The Amazon Web Services account that owns this managed view.
    - `Scope` string — An <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon resource name (ARN)</a> of an Amazon Web Services account or organization that specifies whether this managed view includes resources from only the specified Amazon Web Services account or all accounts in the specified organization.
    - `IncludedProperties` IncludedProperty[] — A structure that contains additional information about the managed view.
      - `Name` string, required — <p>The name of the property that is included in this view.</p> <p>You can specify the following property names for this field:</p> <ul> <li> <p> <code>tags</code> </p> </li> </ul>
    - `Filters` SearchFilter — A search filter defines which resources can be part of a search query result set.
      - `FilterString` string, required — The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a <a>Search</a> operation. For more details, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/APIReference/about-query-syntax.html">Search query syntax</a>.
    - `ResourcePolicy` string — The resource policy that defines access to the managed view. To learn more about this policy, review <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/aws-managed-views.html">Managed views</a>.
    - `Version` string — The version of the managed view.

## Other responses

- `480` — ResourceNotFoundException
- `481` — InternalServerException
- `482` — ValidationException
- `483` — UnauthorizedException
- `484` — ThrottlingException
- `485` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/resource-explorer-2.md) · [All operations](https://skmtc.net/aws/apis/resource-explorer-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/resource-explorer-2/versions/d0cbc402825f/schema)
