fetch_asset_folder
Retrieve detailed information about a specific asset folder in Storyblok using its unique ID. Access folder data for efficient content management and organization.
Instructions
Fetch details of a specific asset folder by its ID.
Parameters:
folder_id (str): ID of the asset folder to retrieve.
Returns:
Dict[str, Any]: The API response containing the folder data or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder_id | Yes |