hub
list_yanked
List yanked refs from the selected StrataHub.
strata hub list-yankeddb.hub.list_yanked(*, since: 'Union[str, datetime, None]' = None, hub_url: 'Optional[str]' = None) -> 'Any'wire hub_list_yanked
Reads `GET /v1/yanked` from the effective hub URL. `since`, when supplied, must be an RFC 3339 timestamp.
Status commands return a scalar or compact status payload and do not mutate database state.
To see the complete help for this command, run:
strata hub list-yanked --helphelp(db.hub.list_yanked)
Example
No CLI example in this release.
db.hub.list_yanked(since="2026-09-01T00:00:00Z").total # doctest: +SKIPParameters
| Name | Type | Required | Description |
|---|---|---|---|
| hub_url | string or null | no | Explicit hub URL; when absent the 5-layer resolver runs. |
| since | string or null | no | RFC 3339 lower-bound timestamp. |
Returns
StatusResponse<HubYankedList>
- dataHubYankedList
- typestring
Errors
Recover by code. Retry policy and commit outcome come from the shipped error registry.
| Code | Retry | Commit outcome |
|---|---|---|
| failed_precondition.engine.runtime_closed | never | not_started |
| not_found.engine.branch | never | not_applicable |
| unsupported.executor.hub_feature_disabled | after_state_change | not_started |
| invalid_argument.executor.hub_url | never | not_started |
| unavailable.executor.hub_transport | same_request | not_started |
| invalid_argument.executor.hub_since | never | not_started |
| not_found.executor.hub_resource | never | not_started |