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

# AppOutput

> Schema for AppOutput

<ParamField path="transcript_id" type="String">
  The ID of the meeting transcript.
</ParamField>

<ParamField path="user_id" type="String">
  The ID of the user who owns the AI App
</ParamField>

<ParamField path="app_id" type="String">
  The ID of the AI App
</ParamField>

<ParamField path="created_at" type="Float">
  The timestamp in milliseconds from epoch when the output was generated
</ParamField>

<ParamField path="title" type="String">
  The title of the AI App
</ParamField>

<ParamField path="prompt" type="String">
  The prompt given to the AI App
</ParamField>

<ParamField path="response" type="String">
  The response generated by the AI App
</ParamField>

## Additional Resources

<CardGroup cols={2}>
  <Card title="Apps" icon="link" href="/schema/apps">
    Schema for Apps
  </Card>

  <Card title="Transcript" icon="link" href="/schema/transcript">
    Schema for Transcript
  </Card>
</CardGroup>
