---
title: "GET /services"
method: GET
path: "/services"
---

# GET /services

`GET /services`

Lists the services owned by the caller account or shared with the caller account.

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListServicesResponse
  - `items` ServiceSummary[] — Information about the services.
    - `id` string — The ID of the service.
    - `name` string — The name of the service.
    - `arn` string — The Amazon Resource Name (ARN) of the service.
    - `createdAt` string, date-time — The date and time that the service was created, in ISO-8601 format.
    - `lastUpdatedAt` string, date-time — The date and time that the service was last updated, in ISO-8601 format.
    - `dnsEntry` object — The DNS information.
      - `domainName` string — The domain name of the service.
      - `hostedZoneId` string — The ID of the hosted zone.
    - `customDomainName` string — The custom domain name of the service.
    - `status` 'ACTIVE' | 'CREATE_IN_PROGRESS' | 'DELETE_IN_PROGRESS' | 'CREATE_FAILED' | 'DELETE_FAILED' — The status.
  - `nextToken` string — If there are additional results, 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)
