Skip to main content
POST
/
v1
/
v2
/
conversations
/
{conversation_id}
/
reevaluate
Re-run all current evaluator bindings against a v2 conversation
curl --request POST \
  --url https://api-sandbox.featherhq.com/v1/v2/conversations/{conversation_id}/reevaluate \
  --header 'x-api-key: <api-key>'
{
  "task_id": "<string>",
  "status": "queued"
}

Authorizations

x-api-key
string
header
required

Path Parameters

conversation_id
string<uuid>
required

Response

Successful Response

202 acknowledgement returned by reevaluate / retry endpoints.

task_id
string
required
status
string
default:queued
Allowed value: "queued"