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

# GET /applications/{applicationId}/plugins/{pluginId}/actions

`GET /applications/{applicationId}/plugins/{pluginId}/actions`

Lists configured Amazon Q Business actions for a specific plugin in an Amazon Q Business application.

## Path parameters

- `applicationId` string, required
- `pluginId` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListPluginActionsResponse
  - `nextToken` string — If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of plugin actions.
  - `items` ActionSummary[] — An array of information on one or more plugin actions.
    - `actionIdentifier` string — The identifier of an Amazon Q Business plugin action.
    - `displayName` string — The display name assigned by Amazon Q Business to a plugin action. You can't modify this value.
    - `instructionExample` string — <p>An Amazon Q Business suggested prompt and end user can use to invoke a plugin action. This value can be modified and sent as input to initiate an action. For example:</p> <ul> <li> <p>Create a Jira task</p> </li> <li> <p>Create a chat assistant task to find the root cause of a specific incident</p> </li> </ul>
    - `description` string — The description of an Amazon Q Business plugin action.

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