List Folders
list_foldersRetrieve an API specification's folder hierarchy with parent IDs for nested structure. Optionally pass a folder ID to get that folder and its rowVersion for updates; set project context first.
Instructions
List 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 |