---
title: "Get service line"
method: GET
path: "/public/v2/service-lines/{serviceLineNumber}"
tags: ["Service Lines"]
---

# Get service line

`GET /public/v2/service-lines/{serviceLineNumber}`

Required permission: Service plan, View.

## Path parameters

- `serviceLineNumber` string, required

## Response `200`

Service line retrieved

- ServiceLineResponseServiceResponse
  - `errors` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `warnings` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `information` string[], nullable
  - `isValid` boolean
  - `content` ServiceLineResponse
    - `addressReferenceId` string, uuid — Address Reference ID of the address associated with the service line. Example: 55ec6574-10d8-bd9c-1951-d4184f4ae467
    - `serviceLineNumber` string — The Service Line Number. Example: AST-511274-31364-54
    - `nickname` string, nullable — A user-defined nickname for this service line.
    - `productReferenceId` string — The unique product identifier.
    - `delayedProductId` string, nullable — Scheduled product change for next bill date.
    - `optInProductId` string, nullable — Opt-in product id, opted out if empty.
    - `startDate` string, date-time, nullable — The start date of the subscription. This is in UTC.
    - `endDate` string, date-time, nullable — The service line deactivation date, which only appears if the service line is deactivated. This is in UTC.
    - `publicIp` boolean — Indicates if service line is public IP.
    - `active` boolean — Indicates if service line is active.
    - `aviationMetadata` AviationMetadataResponse
      - `tailNumber` string, nullable
      - `seatCount` integer
      - `airlineIataCode` string, nullable
      - `aircraftIataCode` string, nullable
      - `airlineIcaoCode` string, nullable
      - `aircraftIcaoCode` string, nullable
      - `stcNumber` string, nullable
    - `dataBlocks` ServiceLineDataBlocksSummaryResponse
      - `recurringBlocksCurrentBillingCycle` DataBlockSummaryResponse[], nullable — The current billing cycle's monthly recurring data blocks.
        - `productId` string, nullable — The block's product id.
        - `startDate` string, date-time — The block's start date.
        - `expirationDate` string, date-time — The block's end date.
        - `count` integer — How many blocks of this type there are.
        - `dataAmount` number, double — The data amount of each block.
        - `dataUnitType` string, nullable — The unit that the data amount is in.
      - `recurringBlocksNextBillingCycle` DataBlockSummaryResponse[], nullable — Next billing cycle's monthly recurring data blocks.
        - `productId` string, nullable — The block's product id.
        - `startDate` string, date-time — The block's start date.
        - `expirationDate` string, date-time — The block's end date.
        - `count` integer — How many blocks of this type there are.
        - `dataAmount` number, double — The data amount of each block.
        - `dataUnitType` string, nullable — The unit that the data amount is in.
      - `delayedProductRecurringBlocksNextCycle` DataBlockSummaryResponse[], nullable — What recurring blocks will be when the service line switches to the delayed product.
        - `productId` string, nullable — The block's product id.
        - `startDate` string, date-time — The block's start date.
        - `expirationDate` string, date-time — The block's end date.
        - `count` integer — How many blocks of this type there are.
        - `dataAmount` number, double — The data amount of each block.
        - `dataUnitType` string, nullable — The unit that the data amount is in.
      - `topUpBlocksOptInPurchase` DataBlockSummaryResponse[], nullable — What top up blocks were automatically purchased because the service line was out of data and opted in.
        - `productId` string, nullable — The block's product id.
        - `startDate` string, date-time — The block's start date.
        - `expirationDate` string, date-time — The block's end date.
        - `count` integer — How many blocks of this type there are.
        - `dataAmount` number, double — The data amount of each block.
        - `dataUnitType` string, nullable — The unit that the data amount is in.
      - `topUpBlocksOneTimePurchase` DataBlockSummaryResponse[], nullable — What top up blocks were manually purchased.
        - `productId` string, nullable — The block's product id.
        - `startDate` string, date-time — The block's start date.
        - `expirationDate` string, date-time — The block's end date.
        - `count` integer — How many blocks of this type there are.
        - `dataAmount` number, double — The data amount of each block.
        - `dataUnitType` string, nullable — The unit that the data amount is in.

## Other responses

- `400` — Bad request. Invalid or missing parameter
- `401` — Unauthorized
- `403` — Missing required permission for this endpoint or resource
- `422` — Failed to retrieve the service line

---

[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)
