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"
}
]
}