v1

latestOpenAPI 3.1.0MIT2026-08-0492100246.4 KB
plugins

List all plugin notification requests

get/plugin-notification-requests

Query parameters

pageinteger

Page number of the results to fetch

per_pageinteger

The number of results per page (max 1000).

Response

Response

Example response

{
  "items": [
    {
      "plugin_team": "cloudquery",
      "plugin_kind": "source",
      "plugin_name": "aws-source",
      "created_at": "2017-07-14T16:53:42Z",
      "sent_at": "2017-07-14T16:53:42Z"
    }
  ]
}