Vigilfield Docs
API referenceFolders

Folder_list

GET/folders

Response Body

application/json

curl -X GET "https://example.com/folders"
{  "data": [    {      "created_at": "string",      "description": "string",      "id": "string",      "investigation_count": 0,      "name": "string",      "org_id": "string",      "owner_team_id": "string",      "parent_id": "string",      "updated_at": "string"    }  ],  "page": 0,  "page_size": 0,  "total": 0,  "total_pages": 0}