Skip to main content
GET
/
api
/
v1
/
engines
List Engines
curl --request GET \
  --url https://api.usenexio.com/api/v1/engines \
  --header 'Authorization: Bearer <token>'
{
  "engines": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "slug": "my-engine",
      "label": "Product Comparison Engine",
      "description": "Rank offerings from multiple providers.",
      "engine_type": "placement",
      "status": "active",
      "created_at": "2026-04-01T10:00:00Z",
      "updated_at": "2026-04-01T10:00:00Z"
    },
    {
      "id": "660e8400-e29b-41d4-a716-446655440001",
      "slug": "gap-analysis",
      "label": "Requirements Gap Analysis",
      "description": "Evaluate current state against requirements and find gaps.",
      "engine_type": "entity_analysis",
      "status": "active",
      "created_at": "2026-04-02T14:30:00Z",
      "updated_at": "2026-04-03T09:15:00Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.usenexio.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key with environment prefix. Use nx_test_... for sandbox and nx_live_... for production. Obtain keys at platform.usenexio.com/settings/api-keys.

Response

List of engines.

engines
object[]
required