Recordings

Read the transcript

Utterances in order, with speaker and millisecond offsets, paged. A recording shared with you at summary scope returns an empty list and says so in scope, rather than pretending there was nothing said.

gethttps://api-notetaker.nabrah.ai/ext/v1/recordings/{runId}/transcript

Path parameters

runIdstring · uuidrequired

Query parameters

limitintegerDefault: 25
offsetintegerDefault: 0

Request

cURL
curl -X GET https://api-notetaker.nabrah.ai/ext/v1/recordings/{runId}/transcript \
  -H "Authorization: Bearer $NABRAH_API_KEY"

Responses

200A page of utterances.
401No key, an unknown key, or one that has been revoked or has expired.
403The key is read only, or lacks the reach for this route.
404No such record — or one that belongs to another account.
422The body or query failed validation; details names the field.
429Too many requests. Retry-After says how long to wait.
{
  "data": {
    "rows": [
      {}
    ],
    "total": 0,
    "limit": 0,
    "offset": 0
  }
}