Skip to main content
GET
Required inputs for a schema

Authorizations

Authorization
string
header
required

Bearer token obtained from the /v1/auth endpoint

Path Parameters

schemaId
string
required

The schema ID (from GET /v1/schemas). Must be non-blank, ≤1500 characters, contain no /, and must not start with _ or ..

Response

Sorted list of required input field names for this schema.

Success response from GET /v1/schemas/{schemaId}/required-inputs. Carries both required and optional input field lists; the two are disjoint: if a name is required by any source, it appears only in requiredInputs.fields.

schemaId
string
required

Echoes the path parameter.

requiredInputs
object
required
optionalInputs
object
required