Note: This endpoint is planned for an upcoming release. The API is not yet available.
Retrieve details for a specific folder.
folder_id string required
Folder ID (sfold_ prefixed)
Returns the folder object.
cURL
- Bash
- Python
- JavaScript
curl -X GET "https://api.aitronos.com/v1/streamline/folders/sfold_abc123" \
-H "X-API-Key: $FREDDY_API_KEY"