---
title: "GET /v1/custom-plugins/{customPluginArn}"
method: GET
path: "/v1/custom-plugins/{customPluginArn}"
---

# GET /v1/custom-plugins/{customPluginArn}

`GET /v1/custom-plugins/{customPluginArn}`

A summary description of the custom plugin.

## Path parameters

- `customPluginArn` string, required

## Response `200`

Success

- DescribeCustomPluginResponse
  - `creationTime` string, date-time — The time that the custom plugin was created.
  - `customPluginArn` string — The Amazon Resource Name (ARN) of the custom plugin.
  - `customPluginState` 'CREATING' | 'CREATE_FAILED' | 'ACTIVE' | 'UPDATING' | 'UPDATE_FAILED' | 'DELETING' — The state of the custom plugin.
  - `description` string — The description of the custom plugin.
  - `latestRevision` object — The latest successfully created revision of the custom plugin. If there are no successfully created revisions, this field will be absent.
    - `contentType` 'JAR' | 'ZIP' — The format of the plugin file.
    - `creationTime` string, date-time — The time that the custom plugin was created.
    - `description` string — The description of the custom plugin.
    - `fileDescription` object — Details about the custom plugin file.
      - `fileMd5` string — The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.
      - `fileSize` integer — The size in bytes of the custom plugin file. You can use it to validate the file.
    - `location` object — Information about the location of the custom plugin.
      - `s3Location` object — The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
        - `bucketArn` string — The Amazon Resource Name (ARN) of an S3 bucket.
        - `fileKey` string — The file key for an object in an S3 bucket.
        - `objectVersion` string — The version of an object in an S3 bucket.
    - `revision` integer — The revision of the custom plugin.
  - `name` string — The name of the custom plugin.
  - `stateDescription` object — Details about the state of a custom plugin.
    - `code` string — A code that describes the state of a resource.
    - `message` string — A message that describes the state of a resource.

## 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)
