---
title: "GET /v1/worker-configurations/{workerConfigurationArn}"
method: GET
path: "/v1/worker-configurations/{workerConfigurationArn}"
---

# GET /v1/worker-configurations/{workerConfigurationArn}

`GET /v1/worker-configurations/{workerConfigurationArn}`

Returns information about a worker configuration.

## Path parameters

- `workerConfigurationArn` string, required

## Response `200`

Success

- DescribeWorkerConfigurationResponse
  - `creationTime` string, date-time — The time that the worker configuration was created.
  - `description` string — The description of the worker configuration.
  - `latestRevision` object — The latest revision of the custom configuration.
    - `creationTime` string, date-time — The time that the worker configuration was created.
    - `description` string — The description of the worker configuration revision.
    - `propertiesFileContent` string, password — Base64 encoded contents of the connect-distributed.properties file.
    - `revision` integer — The description of a revision of the worker configuration.
  - `name` string — The name of the worker configuration.
  - `workerConfigurationArn` string — The Amazon Resource Name (ARN) of the custom 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)
