# Fetch reflection with instance id Endpoint: GET /v1/insight/{id} Version: 0.9.0 Security: bearer ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `instanceId` (string, required) - `executedAt` (string, required) - `state` (string, required) Enum: "STARTED", "RUNNING", "FAILED", "COMPLETED" - `date` (string, required) - `input` (object) - `output` (object) - `step` (string, required) ## Response 400 fields ## Response 404 fields