Discover metadata keys present in your signals (experimental)

⚠️ **Experimental** — this endpoint may change or be removed without notice and is not subject to v2 backwards-compatibility guarantees. Do not build production-critical integrations against it yet. Lists the JSON paths (and their observed types) present in the `data` payload of your signals within a time window (default: last 30 days), grouped by signal name. Use the returned paths in queries against `fact_signal`, e.g. `WHERE data.<path>::String = '...'`.

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Query parameters

signalNamestringOptional
Restrict discovery to a single signal name.
fromDatedatetimeOptional
Start of the discovery window. Defaults to 30 days ago.
toDatedatetimeOptional
End of the discovery window. Defaults to now.

Response

200
signalslist of objects
metaobject

Errors

400
Bad Request Error
500
Internal Server Error