Retrieve a schema at the given version

Retrieve a schema by a schema_id and the provided schema_version number.

Key Features:

  • Retrieve the custom schema specified by the schema ID and version number. The version number is in format of {major}.{minor}, where major and minor are integers. E.g. 1.0, 2.1.
  • Support including space names that the schema is distributed to in the response with the include query parameter. Note: The space names will be included in the response under the schema item.

Authorization Logic:

  1. User must have a valid tenant-level JWT token
  2. Token must have seismic.custom_schema.view scope for custom schema

Usage Example:
Retrieve the custom schema at the specified version.

Permissions Required:
Requires: seismic.custom_schema.view

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!