cURL
curl --request GET \ --url https://app.talvin.ai/api/v1/interviews \ --header 'X-TALVIN-API-KEY: <api-key>' \ --header 'X-TALVIN-ORGANIZATION-ID: <api-key>'
[ { "id": "<string>", "name": "<string>", "question_count": 123, "time_duration": "<string>", "questions": [ { "id": "<string>", "question": "<string>", "follow_up_count": 123 } ], "description": "<string>" } ]
Returns all interviews that the organization has created
Interview response
The response is of type object[].
object[]