list_output_schema_versions
List version history of an output schema to find checkpoints and major versions for restoring a specific version.
Instructions
List a output_schema's version history — checkpoints (every save) and major versions (named releases). Use this to find the versionId you need for restore_output_schema_version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The output_schema's id. | |
| type | No | Which kind to list. Defaults to all. | |
| limit | No | Default 50. | |
| offset | No | Default 0. |