Sign in

Get Scheduled Meeting Notetaker

documented

Retrieve details for a scheduled notetaker.

GET /api/v1/meetings/{id}Scheduled Meetingsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.rev.com/api/v1/meetings/{{$id}}" \
  -X GET \
  -H "Authorization: Rev {{REV_CLIENT_API_KEY}}:{{REV_USER_API_KEY}}" \
  -H "Accept: application/json"