API ReferenceRuns
Get run feedback
Returns the current user's assessment of one run, or null when none exists.
Authorization
bearerAuth AuthorizationBearer <token>
Send a SimpleServe API key as Authorization: Bearer <key>.
In: header
Path Parameters
run_id*string
Match
^run_[A-Za-z0-9]+$Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/runs/string/feedback"{ "id": "string", "object": "run.feedback", "run_id": "string", "session_id": "string", "agent": "string", "outcome": "complete", "reason": "string", "source": "chat", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z"}