> ## Documentation Index
> Fetch the complete documentation index at: https://checkly-422f444a-angie-api-response-text-override-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Exporting Traces to Dash0

> Learn how to export traces from Checkly to Dash0.

1. Create an API key in the **Settings** > **Auth Tokens** section.
   <img src="https://mintcdn.com/checkly-422f444a-angie-api-response-text-override-docs/0uJxmCfGUmwcQUn8/images/docs/images/otel/export-traces/dash0-token.png?fit=max&auto=format&n=0uJxmCfGUmwcQUn8&q=85&s=69353442f32a6ded2d1d6bbdd11dd04c" alt="Generate an auth token" width="1244" height="392" data-path="images/docs/images/otel/export-traces/dash0-token.png" />
2. Grab the right endpoint URL for your Dash0 organization from the **Settings** > **Endpoints** section. It should look like `https://ingress.eu-west-1.aws.dash0.com/v1/traces`.
   Make sure it ends with `/v1/traces/`
3. Add the endpoint and the auth token to the Checkly integration settings. The auth token is added as an HTTP header named
   `Authorization` with the value of `Bearer ` and your auth token.
   <img src="https://mintcdn.com/checkly-422f444a-angie-api-response-text-override-docs/0uJxmCfGUmwcQUn8/images/docs/images/otel/export-traces/dash0-checkly.png?fit=max&auto=format&n=0uJxmCfGUmwcQUn8&q=85&s=232872246725e06d446e68471d825f2a" alt="Fill in the values into Checkly" width="1017" height="473" data-path="images/docs/images/otel/export-traces/dash0-checkly.png" />
4. Observe Spans appearing in Dash0 on the `Tracing` tab.
   <img src="https://mintcdn.com/checkly-422f444a-angie-api-response-text-override-docs/0uJxmCfGUmwcQUn8/images/docs/images/otel/export-traces/dash0-traces.png?fit=max&auto=format&n=0uJxmCfGUmwcQUn8&q=85&s=f7bad1ff2eef0408981599410ce6e009" alt="Traces displayed in Dash0" width="1485" height="902" data-path="images/docs/images/otel/export-traces/dash0-traces.png" />

Find all the details in the [Dash0 documentation](https://www.dash0.com/documentation).
