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

# Export SIMs data

> Hologram makes it simple to export your data. While your dashboard is helpful for looking into the behavior of your SIMs, most reporting on SIM and usage data happens by combining data in Excel or your own systems.

## How do I download a list of SIMs?

You can export SIM details from the SIMs pages in Excel XLSX, CSV, or JSON formats. We recommend the XLSX format for spreadsheet work as it will not truncate long IDs like ICCIDs.

<Frame>
  <img src="https://mintcdn.com/hologram-b29df2a6/gBXuuJ66IPyI_nhw/images/sims/sims-export-menu.webp?fit=max&auto=format&n=gBXuuJ66IPyI_nhw&q=85&s=29e1292e7ac4e48f061347a52154158b" alt="Export SIMs data" width="2880" height="1566" data-path="images/sims/sims-export-menu.webp" />
</Frame>

## How to export SIM data

<Steps>
  <Step title="Find your SIMs">
    Open the **SIMs** section of your dashboard from the main menu, then open the [Active](/dashboard/sims/sims-active), [Pre-deployment](/dashboard/sims/sims-predeployment), or [Deactivated](/dashboard/sims/sims-deactivated) pages.
  </Step>

  <Step title="Select your SIMs">
    Select the specific SIMs you want to export, or select nothing to export data for all SIMs.
  </Step>

  <Step title="Open the Export menu">
    Open the **Export** menu in the top-right corner of the page, and choose a file format. The exported file will be downloaded to your device.
  </Step>
</Steps>

You can export additional SIM details and historical data by filtering and exporting [usage reports](/dashboard/usage/usage-overview).

## Exported fields

<Accordion title="View field descriptions">
  <ResponseField name="orgId">
    Your organization's unique ID in the Hologram system.
  </ResponseField>

  <ResponseField name="orgName">
    The name of your organization.
  </ResponseField>

  <ResponseField name="hologramSimId">
    Hologram's unique ID for a SIM card.
  </ResponseField>

  <ResponseField name="simName">
    Name given to this SIM card.
  </ResponseField>

  <ResponseField name="deviceId">
    Hologram's unique ID for the device associated with this SIM.
  </ResponseField>

  <ResponseField name="lastKnownImei">
    IMEI of the last known device associated with the SIM, if known and provided by a carrier or network.
  </ResponseField>

  <ResponseField name="simNetworkState">
    The current network state of the SIM (e.g., LIVE, CONNECTED, PAUSED).
  </ResponseField>

  <ResponseField name="simNetworkStatus">
    The detailed status of this SIM, which helps describe its ability to use data.
  </ResponseField>

  <ResponseField name="enabledProfileIccid">
    ICCID of the currently enabled profile able to use data.
  </ResponseField>

  <ResponseField name="enabledProfileName">
    Name of the enabled profile, which generally describes available carrier coverage.
  </ResponseField>

  <ResponseField name="enabledProfileLinkId">
    Unique ID of the enabled profile link.
  </ResponseField>

  <ResponseField name="mostRecentSessionEndTime">
    Date and time in UTC of the most recent closed session for the SIM.
  </ResponseField>

  <ResponseField name="dataPlanId">
    Unique ID of the currently active data plan.
  </ResponseField>

  <ResponseField name="dataPlanName">
    Name of the currently active data plan which determines a SIM's coverage and cost.
  </ResponseField>

  <ResponseField name="dataUsageBytes">
    Data usage for the SIM's current billing period in bytes.
  </ResponseField>

  <ResponseField name="tagNames">
    Names of tags associated with this SIM, separated by commas.
  </ResponseField>

  <ResponseField name="tagIds">
    IDs of tags associated with this SIM, separated by commas.
  </ResponseField>

  <ResponseField name="activationTime">
    Date and time in UTC that this SIM was activated and was able to begin using data.
  </ResponseField>
</Accordion>
