Recordings

Read a recording's summary and action items

The summary, attendees, topics and action items. The transcript is left out by default — it is far larger than everything else combined, and most callers never look at it. Add ?include=transcript when you want it, or use the transcript endpoint to page through it.

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

معاملات المسار

runIdstring · uuidمطلوب

الطلب

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

الاستجابات

200A recording's summary and action items.
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": {}
}