List Versions
list_versionsList every version of an API specification, showing draft, review, published, or deprecated status and optional next-version suggestions. Requires project context to be set first.
Instructions
List all versions of an API specification with their status (draft/review/published/deprecated). Set includeSuggestions for the next major, minor and patch number under this spec's versioning strategy — what create_version expects. Requires project context (call set_context first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of versions to skip (for pagination, default 0) | |
| take | No | Number of versions to return (default 50, max 100) | |
| specId | Yes | Public ID (GUID) of the API specification | |
| includeSuggestions | No | Also return the suggested next version numbers (default false) |