Skip to main content
GET
Describe a template's input

Authorizations

Authorization
string
header
required

LithoBlocks API key obtained from your organization dashboard. The LithoBlocks MCP server also presents a Supabase-issued user session token here on the user's behalf; such a token acts as that user with the scopes their organization role allows.

Path Parameters

id
string<uuid>
required

Query Parameters

version_id
string<uuid>

A version of this template; default the current version, which compile and send use

Response

The template's input, described

template_id
string
required
version_id
string
required
fields
object[]
required
json_schema
object
required

The same tree as a JSON Schema 2020-12 object schema for data

warnings
string[]
required

Where the version's sample data disagrees with how the template reads a path; types fall back to string there