> ## 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 output from job

> Use this action to retrieve outputs from a job submitted via [submit job](/bubble/daily/plugin-reference/actions/submit-job).

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

<ParamField path="id" type="text" required>
  ID of the job to retrieve the access link.
</ParamField>

## Return Values

<ResponseField name="id" type="text">
  The ID of the job
</ResponseField>

<ResponseField name="preset" type="text">
  The preset given when submitting the job
</ResponseField>

<ResponseField name="status" type="text">
  The status of the job. One of: \["submitted", "processing", "finished",
  "error"]
</ResponseField>

<ResponseField name="transcription link -VTT" type="text">
  Access link to download the transcript in VTT format
</ResponseField>

<ResponseField name="transcription link -text" type="text">
  Access link to download the transcript in text format
</ResponseField>

<ResponseField name="transcription link -SRT" type="text">
  Access link to download the transcript in SRT format
</ResponseField>

<ResponseField name="transcription link -JSON" type="text">
  Access link to download the transcript in JSON format
</ResponseField>

<ResponseField name="transcript raw text" type="text">
  Raw text content of the transcript
</ResponseField>

<ResponseField name="soap link - JSON" type="text">
  Access link to download the SOAP note in JSON format
</ResponseField>

<ResponseField name="soap raw text" type="text">
  Raw text content of the SOAP note
</ResponseField>

<ResponseField name="summary link - text" type="text">
  Access link to download the summary in text format
</ResponseField>

<ResponseField name="summary raw text" type="text">
  Raw text content of the summary
</ResponseField>

<ResponseField name="error" type="text">
  Whether an error occurred
</ResponseField>

<ResponseField name="error message" type="text">
  Error message if an error occurred
</ResponseField>

<ResponseField name="error status" type="text">
  Error status code if an error occurred
</ResponseField>

<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>
