cURL
curl --request GET \ --url https://dev.entropi.app/v1/interviews/getOne \ --header 'Authorization: Bearer <token>'
{ "result": { "interviewID": "<string>", "productID": "<string>", "interviewName": "<string>", "guidelines": "<string>", "userID": "<string>", "interviewer": "<string>" } }
Returns a single interview by interviewID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The interviewID to retrieve
API Response
Show child attributes
Interview ID
ID of the Product the interview is about
A name for the interview
Interview guidelines, including any insights you hope to extract, specific questiosn you'd like to ask, etc.
userID associated with this interview
ID associated with the Interviewer Agent assigned to this interview. Defaults to Eve from Entropi