packages

Get the synchronization status for a package.

Get the synchronization status for a package.

get/packages/{owner}/{repo}/{identifier}/status/

Query parameters

include_connected_repositoriesboolean

If true, include packages from active connected target repositories in addition to packages from this repository. Has no effect if the repository has no active connections. Defaults to false. Note: download-related URLs on returned packages (e.g. cdn_url, signature_url) are rewritten to point at the requesting repository, not the connected target repository the package physically lives in.

Response

Retrieved status for specified package.

is_cancellableboolean
is_copyableboolean
is_deleteableboolean
is_downloadableboolean
is_hiddenboolean
is_moveableboolean
is_quarantinableboolean
is_quarantinedboolean
is_resyncableboolean
is_security_scannableboolean
is_sync_awaitingboolean
is_sync_completedboolean
is_sync_failedboolean
is_sync_in_flightboolean
is_sync_in_progressboolean
self_urlstring uri
stage0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14

The synchronisation (in progress) stage of the package.

stage_strstring
stage_updated_atstring date-time

The datetime the package stage was updated at.

status1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9

The synchronisation status of the package.

status_reasonstring nullable

A textual description for the synchronous status reason (if any

status_strstring
status_updated_atstring date-time

The datetime the package status was updated at.

sync_finished_atstring date-time nullable

The datetime the package sync was finished at.

sync_progressinteger

Synchronisation progress (from 0-100)

Changes

No recorded changes to this endpoint across all 1 revision of this API.