GEThttps://api.aitronos.com/v1/streamline/folders
Retrieve all folders in your organization. Optionally include full hierarchy with child folders and automations.
organization_id string required
Organization ID (org_ prefixed)
include_contents boolean optional
When true, includes child folders, automations, and counts for each folder. Default: false
Returns an object containing an array of folder objects. When include_contents=true, each folder includes child_folders, automations, folder_count, and automation_count fields.
cURL
- Bash
- Python
- JavaScript
curl -X GET "https://api.aitronos.com/api/v1/streamline/folders?organization_id=org_xyz789" \
-H "X-API-Key: $FREDDY_API_KEY"