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

# GET /plugins

`GET /plugins`

List AWS Migration Hub Orchestrator plugins.

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListPluginsResponse
  - `nextToken` string — The pagination token.
  - `plugins` PluginSummary[] — Migration Hub Orchestrator plugins.
    - `pluginId` string — The ID of the plugin.
    - `hostname` string — The name of the host.
    - `status` 'HEALTHY' | 'UNHEALTHY' — The status of the plugin.
    - `ipAddress` string — The IP address at which the plugin is located.
    - `version` string — The version of the plugin.
    - `registeredTime` string — The time at which the plugin was registered.

## Other responses

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

---

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