Export onboarding data
You can export the onboarding data available on the Dashboard, either from your Dashboard or with the API. Review the next steps to understand what happens after finalizing your export.
Dashboard​
- On your Dashboard, go to Data > Onboardings.
- Click the download icon to trigger a
.csvexport. - A modal appears. Click Export data to finalize the request.

API​
- Call the
exportOnboardingDatamutation. - Add your
email. A link to download the.csvexport is sent to the email address you provide. - If required, add filters to your export.
- The following mutation is filtered to
Ongoing (Invalid)Companyonboardings (line 5).
- The following mutation is filtered to
- Add the success payload and rejections.