---
title: "GET /accesslogsubscriptions#resourceIdentifier"
method: GET
path: "/accesslogsubscriptions#resourceIdentifier"
---

# GET /accesslogsubscriptions#resourceIdentifier

`GET /accesslogsubscriptions#resourceIdentifier`

Lists the access log subscriptions for the specified service network or service.

## Query parameters

- `resourceIdentifier` string, required
- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListAccessLogSubscriptionsResponse
  - `items` AccessLogSubscriptionSummary[], required — Information about the access log subscriptions.
    - `id` string, required — The ID of the access log subscription.
    - `arn` string, required — The Amazon Resource Name (ARN) of the access log subscription
    - `resourceId` string, required — The ID of the service or service network.
    - `resourceArn` string, required — The Amazon Resource Name (ARN) of the service or service network.
    - `destinationArn` string, required — The Amazon Resource Name (ARN) of the destination.
    - `serviceNetworkLogType` 'SERVICE' | 'RESOURCE' — Log type of the service network.
    - `createdAt` string, date-time, required — The date and time that the access log subscription was created, in ISO-8601 format.
    - `lastUpdatedAt` string, date-time, required — The date and time that the access log subscription was last updated, in ISO-8601 format.
  - `nextToken` string — A pagination token for the next page of results.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — InternalServerException

---

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