Meetings

Read one meeting

The meeting, the bot sent to it if any, why no bot was sent if none was, and the notes once they exist.

gethttps://api-notetaker.nabrah.ai/ext/v1/meetings/{id}

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

idstring · uuidمطلوب

الطلب

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

الاستجابات

200One meeting with its bot and notes.
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": {}
}