---
title: "Get the synchronization status for a package."
method: GET
path: "/packages/{owner}/{repo}/{identifier}/status/"
tags: ["packages"]
---

# Get the synchronization status for a package.

`GET /packages/{owner}/{repo}/{identifier}/status/`

Get the synchronization status for a package.

## Query parameters

- `include_connected_repositories` boolean

## Response `200`

Retrieved status for specified package.

- PackageStatus
  - `is_cancellable` boolean
  - `is_copyable` boolean
  - `is_deleteable` boolean
  - `is_downloadable` boolean
  - `is_hidden` boolean
  - `is_moveable` boolean
  - `is_quarantinable` boolean
  - `is_quarantined` boolean
  - `is_resyncable` boolean
  - `is_security_scannable` boolean
  - `is_sync_awaiting` boolean
  - `is_sync_completed` boolean
  - `is_sync_failed` boolean
  - `is_sync_in_flight` boolean
  - `is_sync_in_progress` boolean
  - `self_url` string, uri
  - `stage` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 — The synchronisation (in progress) stage of the package.
  - `stage_str` string
  - `stage_updated_at` string, date-time — The datetime the package stage was updated at.
  - `status` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 — The synchronisation status of the package.
  - `status_reason` string, nullable — A textual description for the synchronous status reason (if any
  - `status_str` string
  - `status_updated_at` string, date-time — The datetime the package status was updated at.
  - `sync_finished_at` string, date-time, nullable — The datetime the package sync was finished at.
  - `sync_progress` integer — Synchronisation progress (from 0-100)

## Other responses

- `400` — Request could not be processed (see detail).
- `422` — Missing or invalid parameters (see detail).

---

[API](https://skmtc.dev/cloudsmith/apis/cloudsmith-api-v1.md) · [All operations](https://skmtc.dev/cloudsmith/apis/cloudsmith-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudsmith/cloudsmith-api-v1/revisions/4d7879df9b2f/schema)
