> ## Documentation Index
> Fetch the complete documentation index at: https://checkly-422f444a-immanuel-fix-api-spec.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-immanuel-fix-api-spec/3kd5pvgLoWPfAAoH/images/docs/images/otel/export-traces/dash0-token.png?fit=max&auto=format&n=3kd5pvgLoWPfAAoH&q=85&s=2bec478c0599181043e68c49b188deed" 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-immanuel-fix-api-spec/3kd5pvgLoWPfAAoH/images/docs/images/otel/export-traces/dash0-checkly.png?fit=max&auto=format&n=3kd5pvgLoWPfAAoH&q=85&s=5ae2636d0d4973bb847b467a8d6f3d84" 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-immanuel-fix-api-spec/3kd5pvgLoWPfAAoH/images/docs/images/otel/export-traces/dash0-traces.png?fit=max&auto=format&n=3kd5pvgLoWPfAAoH&q=85&s=78312d4844ed9e7f2900b9d1e887da67" 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).
