Skip to main content
GET
Get Engine Config

Authorizations

Authorization
string
header
required

Send the credential as Authorization: Bearer <key>.

Scoped partner credentials use the exclusive nxsk_v1_... namespace. Each scoped key is bound at issuance to one organization, one canonical named environment, an explicit engine set, and a least-privilege capability set. A malformed, unknown, rotated, or revoked nxsk_ key fails closed and is never retried as a legacy key.

Capabilities used by this API are runs:write, runs:read, engines:read, catalog:read, webhooks:manage, runs:defensibility:read, runs:test, and converse:use. Operation descriptions name the required capability. Grandfathered nx_live_... and nx_test_... keys retain their existing broad access during the compatibility window.

Path Parameters

engine_slug
string
required

Engine identifier slug (e.g. default).

Response

Engine configuration.

Engine configuration with audit metadata. The config structure varies by engine_type. The per-engine Contract page on platform.usenexio.com is the canonical integration-guide surface for your engine's typed request schema.

config
object
required

Engine configuration object. Structure depends on engine_type.

config_updated_at
string<date-time> | null
required

When the config was last updated, or null if never modified after creation.

config_updated_by
string | null
required

API key identifier that last updated the config, or null.

engine_type
enum<string>
required

Engine type.

Available options:
placement,
entity_analysis,
diligence
preset
object
required

Default configuration template for this engine type.

request_schema
object