---
title: "Can we transfer our journey data to our database?"
slug: "can-we-transfer-our-journey-data-to-our-database"
description: "You can export your Architect Analytics along with the requested performance metrics through your Inone panel, or export the user activities or user information related to a specific journey."
tags: ["export journey data"]
updated: 2026-02-11T17:19:51Z
published: 2026-02-11T17:19:51Z
canonical: "academy.insiderone.com/can-we-transfer-our-journey-data-to-our-database"
---

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

# Can we transfer our journey data to our database?

Yes, Architect allows you to transfer your analytics data to your own internal systems via the [Architect Analytics Export API](https://academy.insiderone.com/docs/architect-analytics-api).

Through this API, you can export all analytics available in the Analytics Dashboard and Single Journey Analytics pages, including overall analytics, journey-level metrics, element-level metrics, and conversion goal performance.

The API provides multiple endpoints for exporting data depending on your needs. For example:

- The [overall analytics endpoint](https://academy.insiderone.com/docs/get-architect-overall-analytics) returns consolidated metrics for all journeys that match your filters, such as status, channels, or conversion goal.
- The [journey analytics endpoint](https://academy.insiderone.com/docs/get-architect-journey-analytics) retrieves detailed performance metrics for a specific journey, including user metrics, channel performance, and exit criteria.
- The [element analytics endpoint](https://academy.insiderone.com/docs/get-architect-channel-analytics) provides analytics for individual channel elements inside a journey.
- The [conversion goals endpoints](https://academy.insiderone.com/docs/get-conversion-goals-analytics) allow exporting all goal definitions and goal-based metrics.
- The [journey list endpoint](https://academy.insiderone.com/docs/export-journey-list) allows exporting metadata for all journeys, including tags, statuses, conversion goals, starter types, and exit criteria.

All endpoints return data in JSON format, which you can consume directly by your internal reporting systems or store in your own database. Requests require an API key generated from the panel under **Settings** > **Security** > **API Keys**, with the **Campaign Analytics** > **Architect** permission enabled.

With these API endpoints, you can schedule automated exports or integrate Architect analytics with your existing BI tools, data warehouses, or dashboards.

## Related

- [Export journey user data](/export-journey-user-data.md)
- [Architect Analytics Dashboard](/architect-analytics-dashboard.md)
- [Get Architect Overall Analytics](/get-architect-overall-analytics.md)
- [Get Architect Journey Analytics](/get-architect-journey-analytics.md)
- [Get Architect Channel Analytics](/get-architect-channel-analytics.md)
