API referenceTemplates
`GET /ingestion/deserializers` — the general-purpose deserializers a template-less **custom** source may pick (ADR-0023). Derived from the stage catalog so the list can't drift; authenticated + scope-free like the templates.
curl -X GET "https://example.com/ingestion/deserializers"[ { "description": "string", "id": "string", "required_capability": "string" }]`GET /templates/{id}` — fetch one template by id. 404 on unknown. GET
Previous Page
`GET /templates` — list all built-in templates in registry order. Authenticated (any valid session) but **scope-free**: the static built-in catalog carries no tenant data, so it takes `AuthContext` to require a login and performs no grant/scope check. GET
Next Page