---
title: "GET /plugin-notification-requests/{plugin_team}/{plugin_kind}/{plugin_name}"
method: GET
path: "/plugin-notification-requests/{plugin_team}/{plugin_kind}/{plugin_name}"
tags: ["plugins"]
---

# GET /plugin-notification-requests/{plugin_team}/{plugin_kind}/{plugin_name}

`GET /plugin-notification-requests/{plugin_team}/{plugin_kind}/{plugin_name}`

Query plugin notification request for a given plugin.

## Path parameters

- `plugin_team` string, required — The unique name for the team.
- `plugin_kind` 'source' | 'destination' | 'transformer', required — The kind of plugin, ie. source or destination.
- `plugin_name` string, required — The unique name for the plugin.

## Response `200`

Response

- object
  - `items` PluginNotificationRequest[], required
    - `plugin_team` string, required — The unique name for the team.
    - `plugin_kind` 'source' | 'destination' | 'transformer', required — The kind of plugin, ie. source or destination.
    - `plugin_name` string, required — The unique name for the plugin.
    - `created_at` string, date-time, required
    - `sent_at` string, date-time
    - `status` 'pending' | 'sent' — Status of a plugin notification request
  - `metadata` ListMetadata, required
    - `total_count` integer
    - `last_page` integer
    - `page_size` integer, required
    - `time_ms` integer

## Other responses

- `401` — Requires authentication
- `404` — Resource not found
- `500` — Internal Error

---

[API](https://skmtc.net/cloudquery/apis/cloudquery-openapi-spec.md) · [All operations](https://skmtc.net/cloudquery/apis/cloudquery-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudquery/cloudquery-openapi-spec/versions/4af580f9023b/schema)
