---
title: "GET /applications/{applicationId}/plugins"
method: GET
path: "/applications/{applicationId}/plugins"
---

# GET /applications/{applicationId}/plugins

`GET /applications/{applicationId}/plugins`

Lists configured Amazon Q Business plugins.

## Path parameters

- `applicationId` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListPluginsResponse
  - `nextToken` string — If the <code>maxResults</code> response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of plugins.
  - `plugins` Plugin[] — Information about a configured plugin.
    - `pluginId` string — The identifier of the plugin.
    - `displayName` string — The name of the plugin.
    - `type` 'SERVICE_NOW' | 'SALESFORCE' | 'JIRA' | 'ZENDESK' | 'CUSTOM' | 'QUICKSIGHT' | 'SERVICENOW_NOW_PLATFORM' | 'JIRA_CLOUD' | 'SALESFORCE_CRM' | 'ZENDESK_SUITE' | 'ATLASSIAN_CONFLUENCE' | 'GOOGLE_CALENDAR' | 'MICROSOFT_TEAMS' | 'MICROSOFT_EXCHANGE' | 'PAGERDUTY_ADVANCE' | 'SMARTSHEET' | 'ASANA' — The type of the plugin.
    - `serverUrl` string — The plugin server URL used for configuration.
    - `state` 'ENABLED' | 'DISABLED' — The current status of the plugin.
    - `buildStatus` 'READY' | 'CREATE_IN_PROGRESS' | 'CREATE_FAILED' | 'UPDATE_IN_PROGRESS' | 'UPDATE_FAILED' | 'DELETE_IN_PROGRESS' | 'DELETE_FAILED' — The status of the plugin.
    - `createdAt` string, date-time — The timestamp for when the plugin was created.
    - `updatedAt` string, date-time — The timestamp for when the plugin was last updated.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — ThrottlingException
- `483` — ValidationException
- `484` — AccessDeniedException

---

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