List Plugins
Documentation is now available for the GET /plugins/plugin endpoint. This endpoint returns a paginated list of Tenable plugins with detailed plugin information. The response list is sorted by plugin ID.
The table below describes the available query parameters.
| Parameter | Data Type | Description |
| --- | --- |
| last_updated | string | The last updated date to filter on in the YYYY-MM-DD format. Tenable.io returns only the plugins that have been updated after the specified date. |
| size | integer | The number of records to include in the result set. Default is 1,000. The maximum size is 10,000. |
| page | integer | The index of the page to return relative to the specified page size. For example, to return records 10-19 with page size 10, you must specify page 2. If you omit this parameter, Tenable.io applies the default value of 1. |
For more information, see List Plugins.
