Skip to main content

List available fact keys

GET 

/facts/keys

Returns the list of fact keys that can be used in @fact. references. Includes built-in keys and any custom keys registered by agents.

Responses

List of available fact keys.

Schema

    keys

    object[]

    required

    Available fact keys for @fact. references.

  • Array [

  • key stringrequired

    The fact key (e.g. "interface.primary").

    description string

    Human-readable description of the fact.

    builtin boolean

    Whether this is a built-in fact key.

  • ]

Loading...