Access to VTT transcript file programatically

Is there an API to access the audio transcript files of a concluded meeting?

Description
Is there an API to access the audio transcript files of a concluded meeting?

Error
The full error message or issue you are running into.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hi @rajeev-nylas,

If you have closed captioning enabled for a meeting in your recording settings, you can retrieve a VTT file from our GET Meeting Recordings API:

The file type will be CC, and it will be in VTT format.

Thanks!
Will