Skip to content
Product Documentation

JSON Schema of a dataset's row shape (public discovery — no auth).

GET
/v1/datasets/{name}/schema
curl --request GET \
--url https://api.betflux.ai/v1/datasets/example/schema
name
required

Dataset name from /v1/datasets.

string

Dataset name from /v1/datasets.

The dataset’s row schema as JSON Schema.

No dataset with that name.

Media typeapplication/problem+json

RFC 9457 problem details. Dispatch on the stable type URI (https://api.betflux.ai/problems/*), never on the English title.

object
type
required

Stable problem type URI.

string
title
required

Short human-readable summary.

string
status
required

HTTP status code.

integer
detail

Explanation specific to this occurrence.

string
Examplegenerated
{
"type": "example",
"title": "example",
"status": 1,
"detail": "example"
}