Evaluation Sessions

Query open time slots

Returns bookable slots for an agent, derived from the responsible
reviewer’s stored working hours minus sessions already booked.

get

Query Parameters

agent_idstringrequired

Example:agt_8f2c1a

fromstring(date)required
tostring(date)required

Response

200 application/json

Time slots

dataarray[object]
Show Child Parameters
get/availability
 
200 application/json

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