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

# How can I export my logged inferences?

<video autoplay controls muted loop playsinline className="w-full aspect-video" src="https://info.athina.ai/videos/export-logs.mp4" />

Athina supports exporting your logged inferences in 2 formats: JSON, and CSV.

<Info>
  You can also apply filters if you wish to export only a selected subset of your data.

  For example: for fine-tuning, you may wish to only export inferences that have passed all evals.
</Info>

### Steps to Export Dataset

1. Open [https://app.athina.ai/observe](https://app.athina.ai/observe)
2. (Optional) Apply any filters for your export
3. Click the download icon (to the left of the search bar)
4. Select a file format: `JSON` or `CSV`
5. Wait a few seconds, and your download will be ready! 🎉

[See this Loom Video](https://www.loom.com/share/138f878367574cbaa8fcd61e43bc7fc9)

<Card href="/api-reference/graphql-api/overview" icon="diagram-project">
  If you want to access your logged inferences programmatically, you can also
  check out our [GraphQL API](/api-reference/graphql-api/overview).
</Card>
