Skip to content
Last updated

Note: This endpoint is planned for an upcoming release. The API is not yet available.

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/v1/streamline/folders/sfold_abc123/contents" \
  -H "X-API-Key: $FREDDY_API_KEY"