GET
/
job-openings
/
{JOB_OPENING_ID}
/
interviews
/
{INTERVIEW_ID}
/
calls
/
{CALL_ID}
/
recording
curl --request GET \
  --url https://api.alpharun.com/api/v1/job-openings/{JOB_OPENING_ID}/interviews/{INTERVIEW_ID}/calls/{CALL_ID}/recording \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

JOB_OPENING_ID
string
required

ID of the job opening

INTERVIEW_ID
string
required

ID of the interview

CALL_ID
string
required

ID of the call

Response

200
audio/wav
Full .wav audio recording

The response is of type file.