Evaluation Sessions

Feedback

Record feedback after an evaluation

The basis for reporting back to the agent’s owning team.

post

Path Parameters

sessionIdstringrequired

Example:sess_9a44

Body

application/json
requester_idstringrequired

Example:req_71ab

adoption_likelihoodstringrequired

Allowed values:intent_to_adoptstill_evaluatingnot_adopting

cost_assessmentstring

Allowed values:fairtoo_hightoo_low

commentstring

<= 1000 characters

Response

201 application/json

Recorded

Feedback

idstring

Example:fb_60d2

session_idstring

Example:sess_9a44

requester_idstring

Example:req_71ab

adoption_likelihoodstring

Example:still_evaluating

cost_assessmentstring

Example:too_high

commentstring

Example:Works well for triage, but the per-request cost is above what we budgeted.

created_atstring(date-time)

Example:2026-09-03T17:12:00Z

post/sessions/{sessionId}/feedback

Body

{ "requester_id": "req_71ab", "adoption_likelihood": "intent_to_adopt" }
 
201 application/json

Page

object

Cursor-based pagination.

countinteger

Example:25

totalinteger

Example:138

next_cursorstring

Example:eyJzIjoyNX0

Example

ErrorDetail

object
fieldstring

Example:start

reasonstring

Example:missing

Example

Error

object

Uniform error format across all Nexora AI APIs.

codestringrequired

Example:validation_failed

messagestringrequired

Example:The session start time is missing.

detailsarray[object]
Show Child Parameters
Example