ISO 8601 timestamp indicating when this version was created
Formatdate-time
updatedAt?string
ISO 8601 timestamp indicating when this version was last modified
Formatdate-time
archiveStatus?string
Current status of the package version, controlling its availability
Value in
"archive"
"unarchive"
"error_state"
metadata?
Metadata from indexing failures, attached to a package version
indexingProgress?
Aggregate package-indexing (source-extraction) progress for a package version, polled from the entity-indexing service while the version is being indexed. Populated on the single-version read while indexing is in progress (indexStatus = indexing); null once indexed/failed or when progress is unavailable. Mirrors ConnectionIndexingProgress.
Per-dimension index progress is surfaced separately via the index-run / dimensional-index APIs, not here.
buildPlan?
The persist build plan's dependency graph (DAG) for this version — the
persist sources and their dependsOn edges. Read from the publisher's
deterministic build plan. Populated only on the single-version GET
(getVersion); null on list responses and when the version declares no
persist source or no healthy worker can serve the plan.