Evaluation Sessions

Confirm a requester's attendance

If the session is fully booked, the requester is placed on the waitlist instead.

post

Path Parameters

sessionIdstringrequired

Example:sess_9a44

Body

application/json
requester_idstringrequired

Example:req_71ab

attendeesinteger

Default:0

>= 0<= 3

Response

application/json

Confirmation recorded

Confirmation

idstring

Example:conf_1f7c

session_idstring

Example:sess_9a44

requester_idstring

Example:req_71ab

statestring

Allowed values:confirmedwaitlistedcancelledattendedno_show

attendeesinteger

Example:1

confirmed_atstring(date-time)

Example:2026-08-21T09:14:00Z

post/sessions/{sessionId}/confirmations

Body

{ "requester_id": "req_71ab" }
 
application/json

Availability

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