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

# Overview

![](https://mintlify.s3.us-west-1.amazonaws.com/athinaai/images/gql.png)

<Note>
  You can now access datasets programmatically using our GraphQL API. You can
  find an example of how to access it in the [sample queries
  section](/api-reference/graphql-api/sample-queries#dataset-queries).
</Note>

If you'd like to access your Athina logs and evaluation results programmatically, you can use our GraphQL API.

GraphQL provides a flexible and powerful way to query inference logs and evaluation data. If you want to know more about graphql, you can visit the official [graphql documentation ](https://graphql.org/learn/).

Please follow the next steps to get started with the GraphQL API.

## Next Steps:[](#next-steps)

* [Getting Started](getting-started) with API Key.
* Example [Graphql queries](/api-reference/graphql-api/sample-queries).
* Further [examples](/api-reference/graphql-api/curl-python-examples) using curl and Python.
