Skip to main content
GET
/
v1
/
interviews
/
getOne
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>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.entropi.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

interviewID
string
required

The interviewID to retrieve

Response

API Response

result
object