---
title: "GET /v1/worker-configurations"
method: GET
path: "/v1/worker-configurations"
---

# GET /v1/worker-configurations

`GET /v1/worker-configurations`

Returns a list of all of the worker configurations in this account and Region.

## Query parameters

- `maxResults` integer
- `nextToken` string
- `namePrefix` string

## Response `200`

Success

- ListWorkerConfigurationsResponse
  - `nextToken` string — If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
  - `workerConfigurations` WorkerConfigurationSummary[] — An array of worker configuration descriptions.
    - `creationTime` string, date-time — The time that a worker configuration was created.
    - `description` string — The description of a worker configuration.
    - `latestRevision` object — The latest revision of a worker configuration.
      - `creationTime` string, date-time — The time that a worker configuration revision was created.
      - `description` string — The description of a worker configuration revision.
      - `revision` integer — The revision of a worker configuration.
    - `name` string — The name of the worker configuration.
    - `workerConfigurationArn` string — The Amazon Resource Name (ARN) of the worker configuration.
    - `workerConfigurationState` 'ACTIVE' | 'DELETING' — The state of the worker configuration.

## Other responses

- `480` — NotFoundException
- `481` — BadRequestException
- `482` — ForbiddenException
- `483` — ServiceUnavailableException
- `484` — TooManyRequestsException
- `485` — UnauthorizedException
- `486` — InternalServerErrorException

---

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