GEThttps://api.aitronos.com/v1/streamline/folders/{folder_id}/contents
Retrieve folder details with all contained folders and automations.
folder_id string required
Folder ID (sfold_ prefixed)
Returns the folder object with child_folders, automations, folder_count, and automation_count fields.
cURL
- Bash
- Python
- JavaScript
curl -X GET "https://api.aitronos.com/api/v1/streamline/folders/sfold_abc123/contents" \
-H "X-API-Key: $FREDDY_API_KEY"