Skip to content
Last updated
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

Returns the folder object with child_folders, automations, folder_count, and automation_count fields.

cURL
curl -X GET "https://api.aitronos.com/api/v1/streamline/folders/sfold_abc123/contents" \
  -H "X-API-Key: $FREDDY_API_KEY"