Read a table published as a template
tables
Read a table published as a template
PUBLIC — no sign-in. Serves a table’s SHAPE (its columns and their configuration, plus one sample row) when, and only when, its owner has turned on shared_as_template. A table that has not opted in answers 404 exactly as a non-existent one does, so an id alone reveals nothing. Never serves the table’s rows.
GET
Read a table published as a template
Path Parameters
Response
Successful Response
A table's published shape.
Deliberately NOT a TableReadSchema: this is served without sign-in, so
every field on it is a decision rather than an inheritance. Row counts,
org, timestamps and run settings are all absent because none of them are
part of a recipe.