List folders

GET {{baseUrl}}/folders

Lists both Tenable-provided folders and the current user's custom folders.

Requires BASIC [16] user permissions. See Permissions.

RESPONSES

status: OK

{"folders":[{"unread_count":0,"custom":0,"default_tag":0,"type":"trash","name":"Trash","id":18},{"unread_count":6,"custom":0,"default_tag":1,"type":"main","name":"My Scans","id":19},{"unread_count":0,"custom":1,"default_tag":0,"type":"custom","name":"Linux Scans","id":50},{"unread_count":0,"custom":1,"default_tag":0,"type":"custom","name":"Daily Scans","id":55}]}