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

Zipline Ai schema API

The schema API from Zipline Ai — 5 operation(s) for schema.

Zipline Ai schema API is one of 4 APIs that Zipline Ai publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include schema. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 5 paths. It is described by OpenAPI 3.0.3, at version v1.

Requests are made against 2 base URLs: http://localhost:9000, https://{host}.

5 operations 5 paths 0 schemas 5 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v1
Servers
http://localhost:9000
https://{host}
Resource Areas
1

Paths & Operations 5

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

schema 5
GET
/v1/joins
Lists Chronon joins marked online=True
listJoins → 200
GET
/v1/join/{name}/schema
Returns the online fetch schema for a join
getJoinSchema 1 param → 200404
GET
/v1/groupby/{name}/schema
Returns the online fetch schema for a GroupBy
getGroupBySchema 1 param → 200404
GET
/v1/groupby/{name}/status
Returns online GroupBy upload status
getGroupByStatus 1 param → 200
GET
/v1/stats/{tableName}
Returns enhanced statistics for a table when stats are available
getTableStats 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zipline-ai-schema-api-openapi.yml Raw ↑

Other APIs Zipline Ai publishes across the network.

Zipline Ai fetch API
Zipline Ai health API
Zipline Ai workflow API