> ## 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.

# SIM and device details tab

> The **SIM and device** for a single SIM provides detailed information about settings, IDs, and configuration information for a Hologram SIM, and any information we have about the device we last saw it in as provided by session records. Information provided in this tab is similar to device details returned through the REST API.

## SIM details card

This card contains the primary identifying details for a SIM, configuration details, activation information, and SIM-level settings.

<img src="https://mintcdn.com/hologram-b29df2a6/gBXuuJ66IPyI_nhw/images/sims/sim-details-card.webp?fit=max&auto=format&n=gBXuuJ66IPyI_nhw&q=85&s=3a2599b874807c8a8157c56352357b44" alt="SIM details card" width="2208" height="1248" data-path="images/sims/sim-details-card.webp" />

<Accordion title="Field descriptions">
  <ResponseField name="Deactivation info">
    Displays only when the SIM is deactivating or deactivated. Includes when the SIM was deactivated (UTC).
  </ResponseField>

  <ResponseField name="Coverage configuration">
    Coverage type (Dual-Core, Multi-Core, Single-Core, or Single-Core UICC), Outage Protection status, Installed profiles able to use data, and Required APN(s).
  </ResponseField>

  <ResponseField name="Identifying details">
    SIM ID, Name, SKU, eUICCID (EID), and MSISDN.
  </ResponseField>

  <ResponseField name="Activation (and pre-deployment testing)">
    Activation date/time (UTC), Entered testing (UTC), Testing duration, and Target activation date (if applicable).
  </ResponseField>

  <ResponseField name="Additional configuration">
    Outbound SMS limit and Phone number (if purchased and available).
  </ResponseField>
</Accordion>

## Last known device details card

Details about the last known device the SIM was seen in. SIMs can move between physical devices, so these details are tracked separately. Device information is based on IMEI information provided through session data. Hologram generally does not manage information about your devices.

<img src="https://mintcdn.com/hologram-b29df2a6/gBXuuJ66IPyI_nhw/images/sims/sim-details-card.webp?fit=max&auto=format&n=gBXuuJ66IPyI_nhw&q=85&s=3a2599b874807c8a8157c56352357b44" alt="Last known device details card" width="2208" height="1248" data-path="images/sims/sim-details-card.webp" />

<Accordion title="Field descriptions">
  <ResponseField name="Device ID">
    Hologram-assigned ID for your device.
  </ResponseField>

  <ResponseField name="Last known IMEI">
    Last known IMEI for the device, if available and provided by a network.
  </ResponseField>

  <ResponseField name="IMEI TAC">
    TAC prefix for the IMEI, if available.
  </ResponseField>

  <ResponseField name="Modem">
    Name of the modem, if it can be determined.
  </ResponseField>

  <ResponseField name="Hardware">
    Hardware model, if it can be determined.
  </ResponseField>

  <ResponseField name="Device communication">
    Device tunneling configuration using Spacebridge.
  </ResponseField>
</Accordion>

## Related actions

<Card title="REST API endpoint" href="/api/1/devices/get">
  Get device details <code>GET /devices/{device_id}</code>
</Card>
