List Folders
list_foldersList the folder structure of an API specification. Each folder has a parentFolderId for hierarchical nesting. Pass folderId to get just that one, with its rowVersion for update_folder. Requires project context (call set_context first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specId | Yes | Public ID (GUID) of the API specification | |
| folderId | No | Optional public ID (GUID) of a single folder to return | |
| versionId | No | Optional version ID (GUID) to filter folders by a specific version |