Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

TetraScience Schemas API

The Schemas API from TetraScience — 9 operation(s) for schemas.

TetraScience Schemas API is one of 35 APIs that TetraScience publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Schemas. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, an API reference, a changelog, and authentication docs.

This API exposes 9 operations across 9 paths, and defines 7 schemas. It is described by OpenAPI 3.1.0, at version 4.0.

Requests are made against 5 base URLs: https://api.tetrascience.com, https://api.tetrascience-uat.com, https://api.tetrascience-dev.com, https://api.tetrascience-uat.com, api.tetrascience.com.

9 operations 9 paths 7 schemas 8 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
4.0
Base URL
https://api.tetrascience.com
Authentication
API Key, API Key, API Key
License
Proprietary
Resource Areas
1

Authentication & Security 3

TetraScience Schemas API declares 3 security schemes for authenticating requests. An API key is passed in the header as ts-auth-token (token). An API key is passed in the header as x-org-slug (orgSlug). An API key is passed in the header as ts-auth-token (tsAuthToken). By default, every request must be authenticated.

  • token — JWT Token for authentication
  • orgSlug — Your organization slug

Paths & Operations 9

Across 9 paths, the API surfaces 9 operations — 8 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Schemas 9
GET
/v1/datalake/schemas
List Schemas
DL-FI-dl-list-schemas 5 params → 200400
GET
/v1/artifacts/schemas/{namespace}
List all schemas for namespace
getSchemaArtifactByNamespace 3 params → 200404
GET
/v1/artifacts/schemas/{namespace}/{slug}
List all schemas for namespace/slug
getSchemaArtifactByNamespaceAndSlug 4 params → 200404
GET
/v1/artifacts/schemas/{namespace}/{slug}/{version}/files/{fileSlug}
Get contents for a schemas file
getSchemaArtifactByNamespaceSlugAndFileSlug 6 params → 200400404
GET
/v1/artifacts/schemas/{namespace}/{slug}/{version}
Get a single schemas artifact
getSchemaArtifactByNamespaceSlugAndVersion 4 params → 200404
GET
/v1/artifacts/schemas/{namespace}/{slug}/{version}/files
Get available file slugs for schemas
getSchemaArtifactFileSlugs 4 params → 200400404
GET
/v1/artifacts/schemas/{namespace}/{slug}/{version}/labels
Get labels for a schemas
getSchemaArtifactLabels 4 params → 200404
GET
/v1/artifacts/schemas
List all schema artifacts
getSchemaArtifacts 3 params → 200404
POST
/v1/artifacts/schemas/search
Search for schema artifacts
searchSchemaArtifacts 3 params → 200404

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are ArtifactObjectBase (9 properties), SupportedPlatformVersion (2 properties). Each schema is shown below with its type and property counts.

LabelList
array
SupportedPlatformVersion
object
2 properties
SchemaFileSlug
string
SchemaObject
ArtifactNamespace
string
ArtifactObjectBase
object
9 properties 5 required
SchemaObjectList
array

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tetrascience-schemas-api-openapi.yml Raw ↑

Other APIs TetraScience publishes across the network.

TetraScience Access Groups API
TetraScience Agents API
TetraScience ai-workflows API
TetraScience Attributes API
TetraScience Audit Trail API
TetraScience clusters API
TetraScience Commands API
TetraScience Connectors API
TetraScience Data Acquisition API
TetraScience Data App Providers API
TetraScience Data Apps API
TetraScience databricks API