Skip to main content
PATCH

Overview

Use this endpoint to update context on an interview request after it has been created.
  • contact_context and contact_name update the contact record linked to the request. Context is stored in the contact’s notes field and included in every future interview prompt Paige runs for that contact.
  • objective updates the interview-specific goal on the request itself, giving Paige a targeted focus for this particular interview.
At least one field must be provided. Fields not included in the request are left unchanged.

Path Parameter

Request Body

contact_context overwrites the contact’s existing notes rather than merging. If you want to preserve prior context, read the contact’s current notes first and include them in your update.

Response

Rate Limits

Examples

Error Responses

Authorizations

Authorization
string
header
required

API key from Hindsight dashboard

Path Parameters

id
integer
required

The interview_request_id returned when the interview was created.

Body

application/json
contact_context

Updated context about the contact. Overwrites the existing contact notes. Used by Paige as background in every future interview prompt for this contact.

Example:
contact_name
string

Updated display name for the contact.

Example:

"Jane Smith"

objective
string

Updated goal for this specific interview.

Example:

"Focus on why pricing was a blocker vs. Competitor X"

Response

Interview request updated

interview_request_id
integer

ID of the updated interview request.

Example:

4821