Vigilfield Docs
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.

GET/ingestion/deserializers

Response Body

application/json

curl -X GET "https://example.com/ingestion/deserializers"
[  {    "description": "string",    "id": "string",    "required_capability": "string"  }]