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

# GET /v2/list-services

`GET /v2/list-services`

Lists services.

## Query parameters

- `systemArn` string — ARN identifier.
- `userJourneyId` string
- `ouId` string
- `accountId` string
- `assessmentStatus` 'NOT_STARTED' | 'PENDING' | 'IN_PROGRESS' | 'FAILED' | 'SUCCESS'
- `policyArn` string — ARN identifier.
- `maxResults` integer — Pagination page size.
- `nextToken` string — Pagination token.

## Response `200`

Success

- ListServicesResponse
  - `serviceSummaries` ServiceSummary[], required — The list of service summaries.
    - `serviceArn` string, required — ARN identifier.
    - `name` string, required — Resource name (used in ARN — no spaces allowed).
    - `associatedSystems` AssociatedSystem[] — The systems associated with the service.
      - `systemArn` string, required — ARN identifier.
      - `systemName` string — Resource name (used in ARN — no spaces allowed).
      - `userJourneyIds` UserJourneyId[] — The list of user journey identifiers that associate this system with the service.
    - `regions` AwsRegion[] — The AWS Regions where the service operates.
    - `policyArn` string — ARN identifier.
    - `assessmentStatus` 'NOT_STARTED' | 'PENDING' | 'IN_PROGRESS' | 'FAILED' | 'SUCCESS' — The current assessment status of the service.
    - `openFindingsCount` integer — The number of open findings.
    - `resolvedFindingsCount` integer — The number of resolved findings.
    - `dependencyDiscovery` object — The dependency discovery configuration.
      - `status` 'ENABLED' | 'INITIALIZING' | 'DISABLED', required — The current status of dependency discovery.
      - `updatedAt` string, date-time — The timestamp when dependency discovery was last updated.
      - `eligibleResourceCount` integer — The count of resources eligible for dependency attribution.
      - `message` string — A status message for dependency discovery, displayed during the initialization state.
    - `achievability` object — The achievability status of the service's resilience targets.
      - `availabilitySlo` 'ACHIEVABLE' | 'NOT_ACHIEVABLE' — The achievability status of the availability SLO target for the service.
      - `multiAzRtoRpo` 'ACHIEVABLE' | 'NOT_ACHIEVABLE' — The achievability status of the multi-AZ RTO and RPO targets for the service.
      - `multiRegionRtoRpo` 'ACHIEVABLE' | 'NOT_ACHIEVABLE' — The achievability status of the multi-Region RTO and RPO targets for the service.
      - `dataRecoveryTimeBetweenBackups` 'ACHIEVABLE' | 'NOT_ACHIEVABLE' — The achievability status of the data recovery time between backups for the service.
    - `organizationId` string — Displayed only if caller has access.
    - `ouId` string — Displayed only if caller has access.
    - `accountId` string — Displayed only if caller has access.
    - `createdAt` string, date-time — The timestamp when the service was created.
    - `updatedAt` string, date-time — The timestamp when the service was last updated.
  - `nextToken` string — Pagination token.

## Other responses

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

---

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