Discover metadata keys present in your signals (experimental)
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
signalName
Restrict discovery to a single signal name.
fromDate
Start of the discovery window. Defaults to 30 days ago.
toDate
End of the discovery window. Defaults to now.
Response
200
signals
meta
Errors
400
Bad Request Error
500
Internal Server Error