---
title: "Get a license sync status"
method: GET
path: "/enterprises/{enterprise}/license-sync-status"
tags: ["enterprise-admin"]
---

# Get a license sync status

`GET /enterprises/{enterprise}/license-sync-status`

Gets information about the status of a license sync job for an enterprise.

The authenticated user must be an enterprise admin to use this endpoint.

OAuth app tokens and personal access tokens (classic) need the `read:enterprise` scope to use this endpoint.

## Path parameters

- `enterprise` string, required

## Response `200`

License Sync Status Response

- GetLicenseSyncStatus — Information about the status of a license sync job for an enterprise.
  - `server_instances` object[]
    - `server_id` string
    - `hostname` string
    - `last_sync` object
      - `date` string
      - `status` string
      - `error` string

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-2.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-2/versions/8ae6d0c8716e/schema)
