folder.get_folder_id
folder_get_folder_idRetrieve folder metadata by its OID to get details about a specific folder. Use this to look up folder information from Sisense.
Instructions
Retrieve a single folder by OID. Sends GET /api/v1/folders/{folder_id} and returns the folder metadata object.
Returns: dict[str, Any] Folder metadata from the API, or {"error": "..."} if the request fails or no folder is found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | OID of the folder to retrieve. |