Radicas Docs
API referenceGenerated

List Discovered Features

GET
/features/discovered

Features seen in this tenant's telemetry but not yet configured (and not dismissed). Read-only, so staff view-as may inspect it (resolve_read_tenant).

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/features/discovered"
[  {    "feature": "string",    "invocations": 0,    "first_seen": "2019-08-24T14:15:22Z",    "last_seen": "2019-08-24T14:15:22Z",    "estimated_cost_usd": "string"  }]