> ## Documentation Index
> Fetch the complete documentation index at: https://tools.lunchpaillabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get transcript

> Use this action to retrieve a transcript. Learn more in [Daily's documentation](https://docs.daily.co/reference/rest-api/transcript/get-transcript-information)

export const feature_0 = "action"

<Warning>
  🔐 Bundle plugin only: This {feature_0} is exclusive to the [Video, Audio & Live
  Bundle](/bubble/video-audio-live-bundle/getting-started). Get the bundle
  plugin
  [here](https://bubble.io/plugin/video-audio--live-bundle-1727441795463x240182085842370560).
</Warning>

### Fields

| **Field**        | **Type** | **Description**                                     |
| ---------------- | -------- | --------------------------------------------------- |
| **transcriptId** | Text     | The ID of the transcript you would like to retrieve |

### Returned Values

| **Field**                 | **Type** | **Description**                                                                                                    |
| ------------------------- | -------- | ------------------------------------------------------------------------------------------------------------------ |
| **transcriptId**          | Text     | The unique ID of the transcription session.                                                                        |
| **domainId**              | Text     | The ID of the domain where the transcription occurred.                                                             |
| **roomId**                | Text     | The ID of the room where the transcription took place.                                                             |
| **mtgSessionId**          | Text     | The meeting session ID associated with the transcription.                                                          |
| **duration**              | Number   | The length of the transcription in seconds.                                                                        |
| **participantMinutes**    | Number   | The total number of participant minutes recorded during the transcription session.                                 |
| **status**                | Text     | The status of the transcription.                                                                                   |
| **error**                 | Text     | Contains details of any errors that occurred during the transcription. If no errors occurred, this will be `null`. |
| **error.status\_code**    | Number   | The HTTP status code returned by the API (e.g., `200` for success).                                                |
| **error.status\_message** | Text     | The HTTP status message returned by the API (e.g., `"OK"`).                                                        |
| **error.body**            | Text     | The raw error body message as a string.                                                                            |
| **returned\_an\_error**   | Boolean  | A flag indicating whether the API returned an error. `false` means no error occurred.                              |

<CardGroup cols={2}>
  <Card title="Need Help?" icon="envelope" href="/support/plans">
    View our options for free community and priority support.
  </Card>

  <Card title="Have a feature request?" icon="lightbulb" href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=daily-video-plugin-for-bubble">
    Post your feature request on our

    <a href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=daily-video-plugin-for-bubble">
      idea board.
    </a>
  </Card>
</CardGroup>
