QueryTek EBM

REQ control plane — Demo A

Integration health

Integration preview — mock adapters; contracts are production-shaped.

Aggregate

{
  "adapter_mode": "mock",
  "demo_mode": true,
  "provider": {
    "profile": "rth_mock",
    "status": "logged",
    "submit_ref": "RTH-SUBMIT-DEMO-001",
    "req_id": "REQ-DEMO-002",
    "last_activity_at": "2026-07-19T16:05:00Z",
    "trace_id": "trace-demo-rth-001",
    "source": "fixture"
  },
  "workforce": {
    "profile": "ukg_mock",
    "status": "success",
    "sync_id": "UKG-SYNC-DEMO-001",
    "records_upserted": 12,
    "last_sync_at": "2026-07-20T14:22:00Z",
    "trace_id": "trace-demo-ukg-001",
    "source": "fixture"
  },
  "trace_ids": [
    "trace-demo-rth-001",
    "trace-demo-ukg-001"
  ]
}

Ready To Hire last payload

{
  "submit_ref": "RTH-SUBMIT-DEMO-001",
  "source": "fixture",
  "payload": {
    "label": "Integration preview — mock adapters; contracts are production-shaped",
    "order_type": "talent_pipeline",
    "msa_id": "MSA-RTH-2026-001",
    "role_code": "ROLE-WELD-I",
    "openings": 1,
    "location": "Demo Plant B",
    "req_id": "REQ-DEMO-002",
    "trace_id": "trace-demo-rth-001",
    "submitted_at": "2026-07-19T16:05:00Z"
  },
  "trace_id": "trace-demo-rth-001",
  "recorded_at": "2026-07-19T16:05:00Z"
}

UKG workforce last payload

{
  "sync_id": "UKG-SYNC-DEMO-001",
  "status": "success",
  "records_upserted": 12,
  "completed_at": "2026-07-20T14:22:00Z",
  "trace_id": "trace-demo-ukg-001",
  "source": "fixture",
  "payload": {
    "label": "Integration preview — mock adapters; contracts are production-shaped",
    "adapter": "workforce",
    "profile": "ukg_mock",
    "employee_id": "EMP-DEMO-1001",
    "display_name": "Demo Worker One",
    "email": "worker.one@demo.example.com",
    "job_code": "ROLE-CNC-OP",
    "trace_id": "trace-demo-ukg-001"
  }
}