Fetch the screening call recording

Responds 302 Found with a Location header pointing at a signed URL for the call recording audio. The signed URL expires after 15 minutes — fetch it on demand rather than storing it. Returns 404 until the screening is completed (or if the candidate declined recording).

Authentication

AuthorizationBearer
Partner API key sent as `Authorization: Bearer cfk_...`. Keys are partner-level — one key reaches every registry linked to your partner account and nothing else. CONFIRM issues and revokes them; a key is shown exactly once at creation because only its hash is stored, and revocation takes effect on the next request. Develop against the sandbox base URL with a sandbox key, where telephony is restricted to an allowlist you provide.

Path parameters

org_idstringRequired

Organization ID (org_...).

scr_idstringRequired

Screening ID (scr_...).

Errors

401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error