Export Spec
export_specExport an API specification as OpenAPI YAML, JSON, or Postman Collection. Use this to get the finished document out; to check it against the standard first use validate_spec. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Export format: 'yaml' (default), 'json', or 'postman' | yaml |
| specId | Yes | Public ID (GUID) of the API specification to export |