External DocumentationTo learn more, visit the Tenable documentation.
Parameters
| Parameter | Description | 
|---|---|
| Limit | The number of records to retrieve. If this parameter is omitted, Tenable.io uses the default value of 10. The minimum value is 0 and the maximum value is 200. If you need to retrieve more than 200 records, use the offset value to iterate through page responses. | 
| Offset | The starting record to retrieve. If this parameter is omitted, Tenable.io uses the default value of 0. | 
| Sort | The field you want to use to sort the results by along with the sort order. The field is specified first, followed by a colon, and the order is specified second (asc or desc). For example, name:desc would sort results by the name field in descending order.If you specify multiple fields, the fields must be separated by commas. For example, name:desc,created_at:asc would first sort results by the name field in descending order and then by the created_at field in ascending order. |