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

# POST /GetServiceView

`POST /GetServiceView`

Retrieves details about a specific Resource Explorer service view. This operation returns the configuration and properties of the specified view.

## Request body

- object
  - `ServiceViewArn` string, required — The Amazon Resource Name (ARN) of the service view to retrieve details for.

## Response `200`

Success

- GetServiceViewOutput
  - `View` object, required — A <code>ServiceView</code> object that contains the details and configuration of the requested service view.
    - `ServiceViewArn` string, required — The Amazon Resource Name (ARN) of the service view.
    - `ServiceViewName` string — The name of the service view.
    - `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>.
    - `IncludedProperties` IncludedProperty[] — A list of additional resource properties that are included in this view for search and filtering purposes.
      - `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>
    - `StreamingAccessForService` string — The Amazon Web Services service that has streaming access to this view's data.
    - `ScopeType` string — The scope type of the service view, which determines what resources are included.
    - `ServiceLinkedRecorder` object — Information about the service-linked recorder associated with this service view. When a service view is paired with a service-linked recorder, Resource Explorer uses the recorder's resource type list to filter search results and streaming data.
      - `ServicePrincipal` string — The service principal of the Amazon Web Services service that owns the service-linked recorder, such as <code>observabilityadmin.amazonaws.com</code>.
      - `RecorderName` string — The name of the service-linked recorder, such as <code>AWSConfigurationRecorderForObservabilityAdmin</code>.
      - `RecorderType` 'AWS' | 'THIRD_PARTY' — The type of the recorder. Valid values are <code>AWS</code> and <code>THIRD_PARTY</code>.

## Other responses

- `480` — ResourceNotFoundException
- `481` — InternalServerException
- `482` — ValidationException
- `483` — ThrottlingException
- `484` — 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)
