get_folder_details
Retrieve comprehensive information about a specific folder using its unique identifier to access metadata and structural details for API management workflows.
Instructions
Get detailed information about a specific folder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderId | Yes | Folder ID to get details for |
Input Schema (JSON Schema)
{
"properties": {
"folderId": {
"description": "Folder ID to get details for",
"type": "string"
}
},
"required": [
"folderId"
],
"type": "object"
}