---
title: "Get Timeseries Data of Starlink Mobile Usage and Beam Reliability"
method: GET
path: "/public/v2/mobile/timeseries/{timestamp}"
tags: ["Mobile"]
---

# Get Timeseries Data of Starlink Mobile Usage and Beam Reliability

`GET /public/v2/mobile/timeseries/{timestamp}`

Required permission: Gated Feature - Starlink Mobile Data, View.<br/>Gets Timeseries data. Data is partitioned by timestamp_date, timestamp_hour. Only able to get data from one hour per request. Data from the timestamp date and hour supplied will be returned, ignoring minutes and seconds.

## Path parameters

- `timestamp` string, date-time, required

## Response `200`

OK

- MobileTimeSeriesResponseListServiceResponse
  - `errors` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `warnings` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `information` string[], nullable
  - `isValid` boolean
  - `content` MobileTimeSeriesResponse[], nullable
    - `timestamp` string, date-time — Timestamp in UTC of the start of the returned hour of data)
    - `networkAccessType` string — Network Access Type - home or reciprocal users
    - `deviceType` string — Device Type - commercial (phone/user equipment) or Internet of Things (IOT) device
    - `serviceType` string — Service Type - Commercial or Emergency
    - `broadcastPublicLandMobileNumber` number, float — Broadcast Public Land Mobile Number of serving network
    - `nonAccessStratumAttachSuccessRate` number, float — Non-Access Stratum (NAS) attach success rate -> (NAS_Accepted / (NAS_Accepted + NAS_Rejected))*100 (0-100)
    - `nonAccessStratumAccepted` number, float — Total number of Non-Access Stratum (NAS) Accepted messages sent
    - `nonAccessStratumRejected` number, float — Total number of Non-Access Stratum (NAS) Rejected messages sent
    - `beamReliabilityRate` number, float — (Beams placed / Total number of beams expected/scheduled to be placed)*100 (0-100)
    - `uniqueUsers` integer — Unique international mobile subscriber identity (IMSI) that received 'NAS_ATTACH_COMPLETE'
    - `totalSuccessfulMobileOriginatedMessages` integer — Total number of Mobile Originated (MO) messages sent
    - `totalSuccessfulMobileTerminatedMessages` integer — Total number of Mobile Terminated (MT) messages sent
    - `mobileTerminatedSuccessRate` number, float — Success rate of Mobile Terminated short message service messages (0-100)
    - `upLinkDataVolumeMegabytes` number, float — Total uplink data consumed in megabytes measured at serving gateway (SGw)
    - `downLinkDataVolumeMegabytes` number, float — Total downlink data consumed in megabytes measured at serving gateway (SGw)

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Content

---

[API](https://skmtc.net/starlink/apis/starlink-management-api.md) · [All operations](https://skmtc.net/starlink/apis/starlink-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/starlink/starlink-management-api/revisions/a730bd0ddb42/schema)
