v1
latestOpenAPI 3.1.02026-07-244727109.8 KBFolders
Get all team folders
Retrieve a list of all team folders with their associated feeds. Supports CSV export via the format=csv query parameter.
get/enterprise/collections
Query parameters
includeArchivedboolean
Include archived folders in the response (default is false)
format'csv' | 'json'
Export format for the response
Response
Successful retrieval of team folders
Example response
[
{
"id": "enterprise/christeam/category/fa84365d-6433-400e-bbbf-9d3c010889c4",
"label": "*CTI Vendor Reports",
"createdBy": "7b966855-c953-4ec8-b271-cf554996c1ab",
"created": 1758036126516,
"feeds": [
{
"id": "feed/http://blog.checkpoint.com/feed/",
"feedId": "feed/http://blog.checkpoint.com/feed/",
"title": "Check Point Blog",
"description": "Blog",
"website": "https://blog.checkpoint.com/",
"language": "en",
"topics": [
"security",
"vendor",
"tech"
],
"subscribers": 9964,
"created": 1424817030751,
"updated": 1761742717599,
"addedBy": "7b966855-c953-4ec8-b271-cf554996c1ab",
"addedDate": 1758707494466,
"partial": true
}
]
}
]