notetakerTranscript.info

Early Access

This endpoint is currently available as an early access feature. To enable it for your organization, please contact your Ashby account team.

Fetches metadata and a pre-signed download URL for an AI Notetaker transcript recording.

Prerequisites:

  • Your organization must have AI Notetaker enabled. If AI Notetaker is not part of your plan, requests will fail with the notetaker_transcript_not_enabled error.
  • This endpoint must be enabled for your organization by Ashby (early access). If it has not been enabled, requests will fail with the notetaker_transcript_api_not_enabled error.

The response includes a signed URL with the transcript JSON. Download the file promptly after calling this endpoint. If the URL has expired, call the endpoint again to get a fresh one.

On the free tier, transcripts expire after a retention period. Requesting an expired transcript returns the notetaker_transcript_expired error. Organizations with unlimited AI Notetaker access are not subject to this expiry.

Use the notetakerTranscriptId field from interviewEvent.list or interviewSchedule.list to discover transcript IDs for interview events.

Error codes:

CodeDescription
notetaker_transcript_api_not_enabledThe endpoint has not been enabled for your organization (early access). Contact your Ashby account team.
notetaker_transcript_not_enabledYour organization does not have AI Notetaker enabled.
notetaker_transcript_not_foundNo transcript exists with the given ID, or you do not have access to it.
notetaker_transcript_expiredThe transcript has expired. Upgrade to unlimited AI Notetaker to retain transcripts indefinitely.
invalid_inputThe provided notetakerTranscriptId is not a valid UUID.

Requires the notetakerRead permission.

Body Params
uuid
required

The unique id of the notetaker transcript to fetch

Response

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json