---
title: "Feedback"
url: "https://real-estate-agency.apim.eu/apis/evaluation-sessions/versions/b3c12e5c-39d5-45ea-824c-783ae0f56765/schemas/Feedback"
---

> Full API specification: https://real-estate-agency.apim.eu/apis/evaluation-sessions/versions/b3c12e5c-39d5-45ea-824c-783ae0f56765.md

# Feedback

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: Evaluation Sessions
  version: 1.0.0
servers:
  - url: https://api.nexora.example/v1
    description: Production
  - url: https://sandbox.api.nexora.example/v1
    description: Sandbox
components:
  schemas:
    Feedback:
      type: object
      properties:
        id:
          type: string
          example: fb_60d2
        session_id:
          type: string
          example: sess_9a44
        requester_id:
          type: string
          example: req_71ab
        adoption_likelihood:
          type: string
          example: still_evaluating
        cost_assessment:
          type: string
          example: too_high
        comment:
          type: string
          example: Works well for triage, but the per-request cost is above what we
            budgeted.
        created_at:
          type: string
          format: date-time
          example: 2026-09-03T17:12:00Z
```
